Skip to content

Commit 1bf3082

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent beb2359 commit 1bf3082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/common/file/AbstractFileWatchingService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ private static FileUpdateState readFileUpdateState(Path path) throws IOException
125125

126126
try {
127127
return new FileUpdateState(attr.lastModifiedTime().toMillis(), path.toRealPath().toString(), attr.fileKey());
128-
} catch (NotEntitledException e){
128+
} catch (NotEntitledException e) {
129129
logger.warn("Not entitled to get real path of [{}] [{}]", path, path.toAbsolutePath().normalize(), e);
130130
throw e;
131131
}

0 commit comments

Comments
 (0)