pjfanning commented on code in PR #276: URL: https://github.com/apache/pekko-persistence-jdbc/pull/276#discussion_r2005420700
########## integration-test/src/test/scala/org/apache/pekko/persistence/jdbc/integration/JdbcJournalSpec.scala: ########## @@ -11,10 +11,11 @@ package org.apache.pekko.persistence.jdbc.integration import org.apache.pekko import pekko.persistence.jdbc.journal.JdbcJournalSpec -import pekko.persistence.jdbc.testkit.internal.{ MySQL, Oracle, Postgres, SqlServer } +import pekko.persistence.jdbc.testkit.internal.{MySQL, Oracle, Postgres, SqlServer} Review Comment: * this will fail the build * we hava scalafmt checks in our CI build * can you run scalafmt to fix the format of your PR? * eg `sbt scalafmtAll` -- 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