mdedetrich commented on code in PR #2:
URL: https://github.com/apache/incubator-pekko/pull/2#discussion_r1012631257
##########
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 any case I honestly don't see how I can fix this, I mean I can try
experimenting with scalafmt options but it takes a large amount of time and I
think what we have now is a good approximation.
--
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]