Skip to content

Commit b1693c0

Browse files
committed
chore: lint
1 parent f120581 commit b1693c0

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

app/src/main/java/to/bitkit/data/backup/VssBackupClientLdk.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ class VssBackupClientLdk @AssistedInject constructor(
1919
@IoDispatcher private val ioDispatcher: CoroutineDispatcher,
2020
@Assisted private val awaitSetup: suspend () -> Unit,
2121
) {
22+
companion object {
23+
private const val TAG = "VssBackupClientLdk"
24+
}
25+
2226
@AssistedFactory
2327
interface Factory {
2428
fun create(awaitSetup: suspend () -> Unit): VssBackupClientLdk
@@ -91,8 +95,4 @@ class VssBackupClientLdk @AssistedInject constructor(
9195
Logger.verbose("VSS LDK 'listItems' error", it, context = TAG)
9296
}
9397
}
94-
95-
companion object {
96-
private const val TAG = "VssBackupClientLdk"
97-
}
9898
}

0 commit comments

Comments
 (0)