Skip to content

Commit

Permalink
Fixing checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
ycombinator committed Sep 24, 2018
1 parent aaad1cf commit f5d204e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,9 @@ public void testToXContent() throws IOException {
final ClusterState clusterState = ClusterState.builder(clusterName)
.metaData(MetaData.builder()
.clusterUUID(clusterUuid)
.transientSettings(Settings.builder().put("cluster.metadata.display_name", "my_prod_cluster").build())
.transientSettings(Settings.builder()
.put("cluster.metadata.display_name", "my_prod_cluster")
.build())
.build())
.stateUUID("_state_uuid")
.version(12L)
Expand Down

0 comments on commit f5d204e

Please sign in to comment.