Skip to content

Commit

Permalink
fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed May 22, 2024
1 parent c97e11e commit e666fb0
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ object Rdbms {

val connectionString =
s"jdbc:mysql://$host:$port/$database?permitMysqlScheme&user=$username&password=$password" ++ (if (sslMode)
"&sslMode=verify-full"
else
"&sslMode=disable")
"&sslMode=verify-full"
else
"&sslMode=disable")
}

val postgresqlDbDecoder: Decoder[PostgresqlDb] =
Expand Down

0 comments on commit e666fb0

Please sign in to comment.