dcapwell commented on code in PR #3835:
URL: https://github.com/apache/cassandra/pull/3835#discussion_r1932659411


##########
test/unit/accord/utils/Property.java:
##########
@@ -555,7 +555,7 @@ default void checkPostconditions(State state, Result 
expected,
         default void process(State state, SystemUnderTest sut) throws Throwable
         {
             checkPostconditions(state, apply(state),
-                    sut, run(sut));
+                                sut, run(sut));

Review Comment:
   this is a personal style choice.  `state, apply(state)` is everything going 
on for the `state`, and `sut, run(sut)` is the same for `sut`... i felt this 
was easier to read as 2 lines rather than 1.
   
   If you do not agree, i can normalize by making one line; just giving my 
argument



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