Skip to content

Commit f3c503d

Browse files
committed
spotless
1 parent 1d43baa commit f3c503d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

x-pack/plugin/security/src/main/java/org/elasticsearch/xpack/security/action/stats/TransportSecurityStatsAction.java

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,6 @@ protected GetSecurityStatsNodeResponse newNodeResponse(final StreamInput in, fin
7777

7878
@Override
7979
protected GetSecurityStatsNodeResponse nodeOperation(final GetSecurityStatsNodeRequest request, final Task task) {
80-
return new GetSecurityStatsNodeResponse(
81-
clusterService.localNode(),
82-
rolesStore == null ? null : rolesStore.usageStatsWithJustDls()
83-
);
80+
return new GetSecurityStatsNodeResponse(clusterService.localNode(), rolesStore == null ? null : rolesStore.usageStatsWithJustDls());
8481
}
8582
}

0 commit comments

Comments
 (0)