Fix formatting violation

This commit is contained in:
Madhura Bhave
2018-10-22 15:02:31 -07:00
parent 5742c2383c
commit d6991e6d91

View File

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