mdedetrich commented on code in PR #2:
URL: https://github.com/apache/incubator-pekko/pull/2#discussion_r1012608710


##########
akka-actor/src/main/scala/akka/actor/ActorCell.scala:
##########
@@ -521,8 +521,8 @@ private[akka] class ActorCell(
           case NoMessage                                                    => 
// only here to suppress warning
         }
       } catch handleNonFatalOrInterruptedException { e =>
-        handleInvokeFailure(Nil, e)
-      }
+          handleInvokeFailure(Nil, e)
+        }

Review Comment:
   This is a result of the `binPack` features, specifically 
`binPack.indentCallSiteOnce`. This was a feature that was added just now in 
scalafmt to fix other diffs, see discussion at 
https://github.com/mdedetrich/akka-apache/pull/2#discussion_r1002684029



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