mdedetrich commented on code in PR #2:
URL: https://github.com/apache/incubator-pekko/pull/2#discussion_r1012613919
##########
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:
So I just removed the vertical alignment `!` operator however it didn't
actually update this so it must be something else.
--
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]