Skip to content

Commit

Permalink
Fix test framework spotless
Browse files Browse the repository at this point in the history
Signed-off-by: Dhwanil Patel <dhwanip@amazon.com>
  • Loading branch information
dhwanilpatel committed Oct 22, 2023
1 parent 220d131 commit 11c7d4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ protected boolean triggerRemoteStateRestore() {
* restored from remote.
*/
protected void performRemoteStoreTestAction() {
if(triggerRemoteStateRestore()) {
if (triggerRemoteStateRestore()) {
String clusterUUIDBefore = clusterService().state().metadata().clusterUUID();
internalCluster().resetCluster();
String clusterUUIDAfter = clusterService().state().metadata().clusterUUID();
Expand Down

0 comments on commit 11c7d4d

Please sign in to comment.