mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-25 12:17:22 +00:00
Apply automated ktlint 1.2.1 formatting.
This commit is contained in:
committed by
Clark Chen
parent
e861c022da
commit
cfb4377de3
@@ -32,8 +32,14 @@ class NotificationProfileDatabaseTest {
|
||||
@Before
|
||||
fun setup() {
|
||||
val sqlCipher = TestDatabaseUtil.inMemoryDatabase {
|
||||
NotificationProfileDatabase.CREATE_TABLE.forEach { println(it); this.execSQL(it) }
|
||||
NotificationProfileDatabase.CREATE_INDEXES.forEach { println(it); this.execSQL(it) }
|
||||
NotificationProfileDatabase.CREATE_TABLE.forEach {
|
||||
println(it)
|
||||
this.execSQL(it)
|
||||
}
|
||||
NotificationProfileDatabase.CREATE_INDEXES.forEach {
|
||||
println(it)
|
||||
this.execSQL(it)
|
||||
}
|
||||
}
|
||||
|
||||
if (!ApplicationDependencies.isInitialized()) {
|
||||
|
||||
Reference in New Issue
Block a user