Skip to content

Commit 227e0d9

Browse files
author
elasticsearchmachine
committed
[CI] Auto commit changes from spotless
1 parent ab0c69d commit 227e0d9

File tree

1 file changed

+1
-2
lines changed
  • x-pack/plugin/security/qa/microsoft-graph-authz-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/authz/microsoft

1 file changed

+1
-2
lines changed

x-pack/plugin/security/qa/microsoft-graph-authz-tests/src/javaRestTest/java/org/elasticsearch/xpack/security/authz/microsoft/TestUser.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@
77

88
package org.elasticsearch.xpack.security.authz.microsoft;
99

10-
public record TestUser(String username, String displayName, String email, String[] groups, String[] roles) {
11-
}
10+
public record TestUser(String username, String displayName, String email, String[] groups, String[] roles) {}

0 commit comments

Comments
 (0)