Commit d6991e6d authored by Madhura Bhave's avatar Madhura Bhave

Fix formatting violation

parent 5742c238
......@@ -113,8 +113,7 @@ public class FreeMarkerAutoConfigurationServletIntegrationTests {
@Test
public void customTemplateLoaderPath() throws Exception {
load(
"spring.freemarker.templateLoaderPath:classpath:/custom-templates/");
load("spring.freemarker.templateLoaderPath:classpath:/custom-templates/");
MockHttpServletResponse response = render("custom");
String result = response.getContentAsString();
assertThat(result).contains("custom");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment