smiklosovic commented on code in PR #3733:
URL: https://github.com/apache/cassandra/pull/3733#discussion_r1883621220


##########
src/java/org/apache/cassandra/tools/nodetool/Status.java:
##########
@@ -72,26 +114,18 @@ public void execute(NodeProbe probe)
 
         Map<String, Float> ownerships = null;
         boolean hasEffectiveOwns = false;
-        try
-        {
+        try {

Review Comment:
   fix the braces around this place, keep these braces on new lines as they 
were before everywhere



-- 
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.

To unsubscribe, e-mail: [email protected]

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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to