From d6991e6d911924d8a70f809adfff78bb44b73ccc Mon Sep 17 00:00:00 2001 From: Madhura Bhave Date: Mon, 22 Oct 2018 15:02:31 -0700 Subject: [PATCH] Fix formatting violation --- .../FreeMarkerAutoConfigurationServletIntegrationTests.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/freemarker/FreeMarkerAutoConfigurationServletIntegrationTests.java b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/freemarker/FreeMarkerAutoConfigurationServletIntegrationTests.java index b70dd2e9949..fdaaa52fd7d 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/freemarker/FreeMarkerAutoConfigurationServletIntegrationTests.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/freemarker/FreeMarkerAutoConfigurationServletIntegrationTests.java @@ -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");