Skip to content

Commit

Permalink
Fix checkstyle issues
Browse files Browse the repository at this point in the history
./gradlew :x-pack:plugin:core:checkstyleMain
  • Loading branch information
sorenlouv committed Mar 31, 2021
1 parent 00ea9b7 commit ffc8ea1
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,13 @@ private static Map<String, RoleDescriptor> initializeReservedRoles() {
.privileges("read", "view_index_metadata").build()
},
new RoleDescriptor.ApplicationResourcePrivileges[] {
RoleDescriptor.ApplicationResourcePrivileges.builder().application("kibana-*").resources("*").privileges("reserved_ml_apm_user").build()
RoleDescriptor
.ApplicationResourcePrivileges
.builder()
.application("kibana-*")
.resources("*")
.privileges("reserved_ml_apm_user")
.build()
},
null,
null,
Expand Down

0 comments on commit ffc8ea1

Please sign in to comment.