Skip to content

Commit f15e670

Browse files
committed
redundant semicolon
1 parent e9c370a commit f15e670

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/src/test/java/org/elasticsearch/snapshots/SnapshotResiliencyTests.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -929,7 +929,6 @@ public void testSnapshotPrimaryRelocations() {
929929

930930
continueOrDie(clusterStateResponseStepListener, clusterStateResponse -> {
931931
final ShardRouting shardToRelocate = clusterStateResponse.getState().routingTable().allShards(index).get(0);
932-
;
933932
final TestClusterNodes.TestClusterNode currentPrimaryNode = testClusterNodes.nodeById(shardToRelocate.currentNodeId());
934933
final TestClusterNodes.TestClusterNode otherNode = testClusterNodes.randomDataNodeSafe(currentPrimaryNode.node().getName());
935934
scheduleNow(() -> testClusterNodes.stopNode(currentPrimaryNode));

0 commit comments

Comments
 (0)