mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Update ktlint-gradle.
This commit is contained in:
committed by
Cody Henthorne
parent
856bd54059
commit
89b918fbd2
@@ -26,7 +26,8 @@ import java.util.concurrent.TimeUnit
|
||||
class LocalMetricsDatabase private constructor(
|
||||
application: Application,
|
||||
databaseSecret: DatabaseSecret
|
||||
) : SQLiteOpenHelper(
|
||||
) :
|
||||
SQLiteOpenHelper(
|
||||
application,
|
||||
DATABASE_NAME,
|
||||
databaseSecret.asString(),
|
||||
|
||||
@@ -28,7 +28,8 @@ import java.util.concurrent.TimeUnit
|
||||
class LogDatabase private constructor(
|
||||
application: Application,
|
||||
databaseSecret: DatabaseSecret
|
||||
) : SQLiteOpenHelper(
|
||||
) :
|
||||
SQLiteOpenHelper(
|
||||
application,
|
||||
DATABASE_NAME,
|
||||
databaseSecret.asString(),
|
||||
|
||||
Reference in New Issue
Block a user