mdedetrich commented on code in PR #2205: URL: https://github.com/apache/pekko/pull/2205#discussion_r2363034451
########## actor-testkit-typed/src/main/scala/org/apache/pekko/actor/testkit/typed/CapturedLogEvent.scala: ########## @@ -15,14 +15,14 @@ package org.apache.pekko.actor.testkit.typed import java.util.Optional -import org.slf4j.Marker -import org.slf4j.event.Level - import org.apache.pekko import pekko.annotation.InternalApi import pekko.util.OptionConverters._ import pekko.util.OptionVal +import org.slf4j.Marker Review Comment: @He-Pin there are some formatting changes that are unrelated to this PR (like this one), would it be a big deal to revert them? -- 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]
