Skip to content

Commit 5e07d63

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent 647f97d commit 5e07d63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/entitlement/qa/entitlement-test-plugin/src/main/java/org/elasticsearch/entitlement/qa/test/RestEntitlementsCheckAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ private static Map<String, CheckAction> collectTests(Class<?>... testClasses) {
7272
for (Class<?> testClass : testClasses) {
7373
getTestEntries(entries, testClass, a -> a.fromJavaVersion() == null || Runtime.version().feature() >= a.fromJavaVersion());
7474
}
75-
@SuppressWarnings({"unchecked", "rawtypes"})
75+
@SuppressWarnings({ "unchecked", "rawtypes" })
7676
Entry<String, CheckAction>[] entriesArray = entries.toArray(new Entry[0]);
7777
return Map.ofEntries(entriesArray);
7878
}

0 commit comments

Comments
 (0)