pjfanning commented on code in PR #626: URL: https://github.com/apache/pekko-connectors/pull/626#discussion_r1576166017
########## kudu/src/main/scala/org/apache/pekko/stream/connectors/kudu/KuduClientExt.scala: ########## @@ -13,8 +13,9 @@ package org.apache.pekko.stream.connectors.kudu +import org.apache.kudu.client.AsyncKuduClient.EncryptionPolicy import org.apache.pekko -import pekko.actor.{ ClassicActorSystemProvider, ExtendedActorSystem, Extension, ExtensionId, ExtensionIdProvider } +import pekko.actor.{ClassicActorSystemProvider, ExtendedActorSystem, Extension, ExtensionId, ExtensionIdProvider} Review Comment: please fix the scalafmt -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org