Fix formatting violation

pull/16246/head
Madhura Bhave 6 years ago
parent 5742c2383c
commit d6991e6d91

@ -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");

Loading…
Cancel
Save