We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6c101b commit 6ee9a50Copy full SHA for 6ee9a50
app/src/main/java/to/bitkit/repositories/BackupRepo.kt
@@ -67,7 +67,7 @@ class BackupRepo @Inject constructor(
67
68
private var lastNotificationTime = 0L
69
70
- fun reset() =vssBackupClient.reset()
+ fun reset() = vssBackupClient.reset()
71
72
fun startObservingBackups() {
73
if (isObserving) return
0 commit comments