Skip to content

Commit 16e7c99

Browse files
committed
Polish formatting
1 parent 2d153ca commit 16e7c99

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-boot/src/test/java/org/springframework/boot/context/config/ConfigFileApplicationListenerTests.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,8 @@ public void specificResourceDefaultsToFile() throws Exception {
460460

461461
@Test
462462
public void absoluteResourceDefaultsToFile() throws Exception {
463-
String location = new File("src/test/resources/specificlocation.properties").getAbsolutePath();
463+
String location = new File("src/test/resources/specificlocation.properties")
464+
.getAbsolutePath();
464465
EnvironmentTestUtils.addEnvironment(this.environment, "spring.config.location:"
465466
+ location);
466467
this.initializer.onApplicationEvent(this.event);

0 commit comments

Comments
 (0)