Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Feb 11, 2024
1 parent 625a606 commit 74afb1b
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,15 @@ import slick.jdbc.JdbcBackend._
/**
* INTERNAL API
*/
@deprecated(message = "Internal API, will be removed in pekko-persistence-jdbc 2.0.0", since = "akka-persistence-jdbc 3.4.0")
@deprecated(message = "Internal API, will be removed in pekko-persistence-jdbc 2.0.0",
since = "akka-persistence-jdbc 3.4.0")
object SlickDriver {

/**
* INTERNAL API
*/
@deprecated(message = "Internal API, will be removed in pekko-persistence-jdbc 2.0.0", since = "akka-persistence-jdbc 3.4.0")
@deprecated(message = "Internal API, will be removed in pekko-persistence-jdbc 2.0.0",
since = "akka-persistence-jdbc 3.4.0")
def forDriverName(config: Config): JdbcProfile =
SlickDatabase.profile(config, "slick")
}
Expand All @@ -45,7 +47,8 @@ object SlickDatabase {
/**
* INTERNAL API
*/
@deprecated(message = "Internal API, will be removed in pekko-persistence-jdbc 2.0.0", since = "akka-persistence-jdbc 3.4.0")
@deprecated(message = "Internal API, will be removed in pekko-persistence-jdbc 2.0.0",
since = "akka-persistence-jdbc 3.4.0")
def forConfig(config: Config, slickConfiguration: SlickConfiguration): Database = {
database(config, slickConfiguration, "slick.db")
}
Expand Down

0 comments on commit 74afb1b

Please sign in to comment.