Skip to content

Commit

Permalink
Fix spotless failure (opensearch-project#10782)
Browse files Browse the repository at this point in the history
Signed-off-by: Dhwanil Patel <[email protected]>
Signed-off-by: Shivansh Arora <[email protected]>
  • Loading branch information
dhwanilpatel authored and shiv0408 committed Apr 25, 2024
1 parent 76d55aa commit d55f7f7
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,12 @@ private static ClusterState.Builder generateClusterStateWithOneIndex() {
.version(1L)
.stateUUID("state-uuid")
.metadata(
Metadata.builder().version(randomNonNegativeLong()).put(indexMetadata, true).clusterUUID("cluster-uuid").coordinationMetadata(coordinationMetadata).build()
Metadata.builder()
.version(randomNonNegativeLong())
.put(indexMetadata, true)
.clusterUUID("cluster-uuid")
.coordinationMetadata(coordinationMetadata)
.build()
);
}

Expand Down

0 comments on commit d55f7f7

Please sign in to comment.