Skip to content

Commit 3365daf

Browse files
style: Fix checkstyle issues
1 parent f387229 commit 3365daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-devtools/src/main/java/org/springframework/boot/devtools/autoconfigure/LocalDevToolsAutoConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public void destroy() throws Exception {
250250
this.fileSystemWatcher.addSourceDirectory(path.getAbsoluteFile());
251251
}
252252

253-
this.fileSystemWatcher.addListener(__ -> {
253+
this.fileSystemWatcher.addListener((__) -> {
254254
liveReloadServer.triggerReload();
255255
});
256256

0 commit comments

Comments
 (0)