Skip to content

Commit b92439d

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 4d17aad commit b92439d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

libs/entitlement/src/test/java/org/elasticsearch/entitlement/runtime/policy/PolicyManagerTests.java

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,8 @@ public void testFilesEntitlementsWithExclusive() {
450450
var testPath1 = Path.of("/base/test").toAbsolutePath();
451451
var testPath2 = Path.of("/base/test/foo").toAbsolutePath();
452452
var plugins = new LinkedHashMap<String, Policy>();
453-
plugins.put("plugin1",
453+
plugins.put(
454+
"plugin1",
454455
new Policy(
455456
"test",
456457
List.of(
@@ -463,7 +464,8 @@ public void testFilesEntitlementsWithExclusive() {
463464
)
464465
)
465466
)
466-
));
467+
)
468+
);
467469
plugins.put(
468470
"plugin2",
469471
new Policy(
@@ -478,7 +480,8 @@ public void testFilesEntitlementsWithExclusive() {
478480
)
479481
)
480482
)
481-
));
483+
)
484+
);
482485
var iae = expectThrows(
483486
IllegalArgumentException.class,
484487
() -> new PolicyManager(

0 commit comments

Comments
 (0)