Skip to content

Commit

Permalink
[CI] Auto commit changes from spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
elasticsearchmachine committed Jan 24, 2025
1 parent 7d57b16 commit 114ae6e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,8 +340,9 @@ ClusterState execute(ClusterState currentState) {
}

// provides the value of VERIFIED_READ_ONLY_SETTING before block changes
final Function<String, Boolean> verifiedReadOnly = indexName ->
VERIFIED_READ_ONLY_SETTING.get(currentState.metadata().index(indexName).getSettings());
final Function<String, Boolean> verifiedReadOnly = indexName -> VERIFIED_READ_ONLY_SETTING.get(
currentState.metadata().index(indexName).getSettings()
);

final ClusterBlocks.Builder blocks = ClusterBlocks.builder().blocks(currentState.blocks());
boolean changedBlocks = false;
Expand Down

0 comments on commit 114ae6e

Please sign in to comment.