Skip to content

Commit 3a93e37

Browse files
committed
Fix kotlin spotless check
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent abc85a8 commit 3a93e37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/nextcloud/model/WorkerState.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ sealed class WorkerState {
1717
data class DownloadStarted(var user: User?, var currentDownload: DownloadFileOperation?) : WorkerState()
1818
data class UploadFinished(var currentFile: OCFile?) : WorkerState()
1919
data class UploadStarted(var user: User?, var uploads: List<OCUpload>) : WorkerState()
20-
data object OfflineOperationsCompleted: WorkerState()
20+
data object OfflineOperationsCompleted : WorkerState()
2121
}

0 commit comments

Comments
 (0)