Skip to content

Commit 41fe7a5

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent d657f0e commit 41fe7a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/src/main/java/org/elasticsearch/entitlement/bootstrap/TestEntitlementsRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ private static BiFunction<BaseDir, Collection<Path>, Collection<Path>> baseDirMo
227227
// always return a new unmodifiable copy
228228
return (BaseDir baseDir, Collection<Path> paths) -> {
229229
Collection<Path> newPaths = new Multiset<>();
230-
if(paths != null){
230+
if (paths != null) {
231231
newPaths.addAll(paths);
232232
}
233233
consumer.accept(newPaths);

0 commit comments

Comments
 (0)