Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jakelandis committed Nov 8, 2024
1 parent 4854a82 commit bd6e7c7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ public void testCollapseAndRemoveUnsupportedPrivileges() {
List<RemoteClusterPermissionGroup> randomGroups = generateRandomGroups(true);
// replace a random value with one that is allowed
String singleValidPrivilege = randomFrom(
RemoteClusterPermissions.allowedRemoteClusterPermissions.get(lastTransportVersionPermission));
RemoteClusterPermissions.allowedRemoteClusterPermissions.get(lastTransportVersionPermission)
);
groupPrivileges.get(0)[0] = singleValidPrivilege;

for (int i = 0; i < randomGroups.size(); i++) {
Expand Down

0 comments on commit bd6e7c7

Please sign in to comment.