Skip to content

Commit d6991e6

Browse files
committed
Fix formatting violation
1 parent 5742c23 commit d6991e6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/freemarker/FreeMarkerAutoConfigurationServletIntegrationTests.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ public void customSuffix() throws Exception {
113113

114114
@Test
115115
public void customTemplateLoaderPath() throws Exception {
116-
load(
117-
"spring.freemarker.templateLoaderPath:classpath:/custom-templates/");
116+
load("spring.freemarker.templateLoaderPath:classpath:/custom-templates/");
118117
MockHttpServletResponse response = render("custom");
119118
String result = response.getContentAsString();
120119
assertThat(result).contains("custom");

0 commit comments

Comments
 (0)