mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
Fix spotless again
Signed-off-by: Jonas Mayer <jonas.a.mayer@gmx.net>
This commit is contained in:
parent
878052991c
commit
c069cd1992
1 changed files with 2 additions and 2 deletions
|
@ -148,9 +148,9 @@ class FileUploadWorker(
|
|||
uploadsStorageManager.getCurrentAndPendingUploadsForAccountPageAscById(lastId, accountName)
|
||||
}
|
||||
|
||||
if(isStopped){
|
||||
if (isStopped) {
|
||||
Log_OC.d(TAG, "FileUploadWorker for account $accountName was stopped")
|
||||
}else{
|
||||
} else {
|
||||
Log_OC.d(TAG, "No more pending uploads for account $accountName, stopping work")
|
||||
}
|
||||
return Result.success()
|
||||
|
|
Loading…
Reference in a new issue