Skip to content

Commit

Permalink
Fix indentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Rishikesh1159 <[email protected]>
  • Loading branch information
Rishikesh1159 committed Sep 5, 2024
1 parent 8bb17eb commit a2a2340
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ public void testProfileDisableCache() throws Exception {
assertCacheState(client, index, expectedHits, expectedMisses);
}
}

public void testDeleteAndCreateSameIndexShardOnSameNode() throws Exception {
String node_1 = internalCluster().startNode(Settings.builder().build());
Client client = client(node_1);
Expand Down Expand Up @@ -869,4 +869,4 @@ private static RequestCacheStats getNodeCacheStats(Client client) {
}
return null;
}
}
}

0 comments on commit a2a2340

Please sign in to comment.