Skip to content

Commit

Permalink
Fix spotless check
Browse files Browse the repository at this point in the history
Signed-off-by: Rishab Nahata <rnnahata@amazon.com>
  • Loading branch information
imRishN committed Sep 26, 2022
1 parent a015a81 commit 0a3f262
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1452,7 +1452,7 @@ public void run() {
return;
}

if(peerFinder.localNodeDecommissioned()) {
if (peerFinder.localNodeDecommissioned()) {
logger.debug("skip prevoting as local node is decommissioned");
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ public boolean localNodeDecommissioned() {
return localNodeDecommissioned;
}


public void activate(final DiscoveryNodes lastAcceptedNodes) {
logger.trace("activating with {}", lastAcceptedNodes);

Expand Down

0 comments on commit 0a3f262

Please sign in to comment.