Update ktlint-gradle.

This commit is contained in:
Rashad Sookram
2022-01-12 12:04:07 -05:00
committed by Cody Henthorne
parent 856bd54059
commit 89b918fbd2
7 changed files with 158 additions and 61 deletions

View File

@@ -26,7 +26,8 @@ import java.util.concurrent.TimeUnit
class LocalMetricsDatabase private constructor(
application: Application,
databaseSecret: DatabaseSecret
) : SQLiteOpenHelper(
) :
SQLiteOpenHelper(
application,
DATABASE_NAME,
databaseSecret.asString(),

View File

@@ -28,7 +28,8 @@ import java.util.concurrent.TimeUnit
class LogDatabase private constructor(
application: Application,
databaseSecret: DatabaseSecret
) : SQLiteOpenHelper(
) :
SQLiteOpenHelper(
application,
DATABASE_NAME,
databaseSecret.asString(),