You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by GitBox <gi...@apache.org> on 2022/11/03 09:49:02 UTC

[GitHub] [incubator-pekko] nvollmar commented on a diff in pull request #2: Update and apply scalafmt

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


##########
akka-actor/src/main/scala/akka/actor/AbstractProps.scala:
##########
@@ -26,7 +25,7 @@ private[akka] trait AbstractProps {
     if (Modifier.isAbstract(clazz.getModifiers)) {
       throw new IllegalArgumentException(s"Actor class [${clazz.getName}] must not be abstract")
     } else if (!classOf[Actor].isAssignableFrom(clazz) &&
-               !classOf[IndirectActorProducer].isAssignableFrom(clazz)) {
+      !classOf[IndirectActorProducer].isAssignableFrom(clazz)) {

Review Comment:
   In that case I'm fine with it.



-- 
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: commits-unsubscribe@pekko.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org