Skip to content

Commit

Permalink
Reformat with scalafmt 3.8.3
Browse files Browse the repository at this point in the history
Executed command: scalafmt --non-interactive
  • Loading branch information
scala-steward committed Jul 29, 2024
1 parent 130dca5 commit 1e62cf1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ class Application @Inject() (protected val dbConfigProvider: DatabaseConfigProvi
) extends AbstractController(cc)
with HasDatabaseConfigProvider[JdbcProfile] {
// #di-database-config

import profile.api._

def index(name: String) = Action.async { implicit request =>
Expand Down

0 comments on commit 1e62cf1

Please sign in to comment.