Skip to content

Commit

Permalink
[TRELLO-1955] Format
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Aug 29, 2023
1 parent afafed7 commit ab6f6b4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ Test / javaOptions += "-Dconfig.resource=test.application.conf"
javaOptions += "-Dakka.http.parsing.max-uri-length=16k"
javaOptions += s"-Dtextlogs=${sys.env.getOrElse("USE_TEXT_LOGS", "false")}"

routesImport ++= Seq(
"controllers.LocaleQueryStringBindable"
)
routesImport ++= Seq("controllers.LocaleQueryStringBindable")

0 comments on commit ab6f6b4

Please sign in to comment.