nvollmar commented on code in PR #1137:
URL: https://github.com/apache/incubator-pekko/pull/1137#discussion_r1502357823


##########
remote/src/main/scala/org/apache/pekko/remote/PhiAccrualFailureDetector.scala:
##########
@@ -153,15 +151,7 @@ class PhiAccrualFailureDetector(
         val interval = timestamp - latestTimestamp
         // don't use the first heartbeat after failure for the history, since 
a long pause will skew the stats
         if (isAvailable(timestamp)) {

Review Comment:
   I removed the redundant bracket, since it isn't an assignment I'd leave it 
on different lines for clarity



-- 
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: notifications-unsubscr...@pekko.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org
For additional commands, e-mail: notifications-h...@pekko.apache.org

Reply via email to