szetszwo commented on a change in pull request #465:
URL: https://github.com/apache/ratis/pull/465#discussion_r619782326



##########
File path: 
ratis-server/src/test/java/org/apache/ratis/server/impl/RaftReconfigurationBaseTest.java
##########
@@ -339,8 +336,8 @@ void runTestBootstrapReconf(int numNewPeer, boolean 
startNewPeer, CLUSTER cluste
         final PeerChanges c1 = cluster.addNewPeers(numNewPeer, startNewPeer);
         LOG.info("Start changing the configuration: {}",
                 asList(c1.allPeersInNewConf));
-        final AtomicReference<Boolean> success = new AtomicReference<>();
 
+        final AtomicReference<Boolean> success = new AtomicReference<>();

Review comment:
       ```suggestion
           final AtomicReference<Boolean> success = new AtomicReference<>();
   
   ```
   Let's revert the whitespace change.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to