Skip to content

Commit 5e1a69e

Browse files
committed
Polish
1 parent 4fba7d0 commit 5e1a69e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/main/java/org/springframework/boot/context/config/ConfigDataEnvironment.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ class ConfigDataEnvironment {
9393
locations.add(ConfigDataLocation.of("optional:file:./config/"));
9494
locations.add(ConfigDataLocation.of("optional:file:./config/*/"));
9595
DEFAULT_SEARCH_LOCATIONS = locations.toArray(new ConfigDataLocation[0]);
96-
};
96+
}
9797

9898
private static final ConfigDataLocation[] EMPTY_LOCATIONS = new ConfigDataLocation[0];
9999

0 commit comments

Comments
 (0)