Skip to content

Commit 69660f6

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 3283ff2 commit 69660f6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

libs/entitlement/src/main/java/org/elasticsearch/entitlement/runtime/policy/FileAccessTree.java

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,12 @@ private FileAccessTree(
155155
}
156156

157157
public String toDebugString() {
158-
return Strings.format("FileAccessTree[readPaths: [%s], writePaths: [%s], exclusivePaths: [%s]]",
159-
String.join(",", readPaths), String.join(",", writePaths), String.join(",", exclusivePaths));
158+
return Strings.format(
159+
"FileAccessTree[readPaths: [%s], writePaths: [%s], exclusivePaths: [%s]]",
160+
String.join(",", readPaths),
161+
String.join(",", writePaths),
162+
String.join(",", exclusivePaths)
163+
);
160164
}
161165

162166
private static List<String> pruneSortedPaths(List<String> paths) {

0 commit comments

Comments
 (0)