Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
debasishg committed Jul 1, 2021
1 parent 822ce45 commit 11b6af7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class DurableStateQueries(val profile: JdbcProfile, override val durableStateTab
case OracleProfile => "Oracle"
case SQLServerProfile => "SqlServer"
case H2Profile => "H2"
case _ => throw new IllegalArgumentException(s"Unknown JdbcProfile $profile encountered")
case _ => throw new IllegalArgumentException(s"Unknown JdbcProfile $profile encountered")
}

lazy val sequenceNextValUpdater = slickProfileToSchemaType(profile) match {
Expand Down

0 comments on commit 11b6af7

Please sign in to comment.