Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
xwillq committed May 7, 2020
1 parent d6b6c5f commit d619e4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import java.sql.Connection
import org.apache.logging.log4j.LogManager
import org.flywaydb.core.Flyway

@Suppress("TooManyFunctions") // divide into different classes
@Suppress("TooManyFunctions") // divide into different classes
class DBWrapper @Inject constructor(private val conProvider: ConnectionProvider) {
private var con: Connection? = null
private val logger = LogManager.getLogger()
Expand Down

0 comments on commit d619e4a

Please sign in to comment.