Skip to content

Commit eb4234d

Browse files
committed
fix codacy
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
1 parent cd538c6 commit eb4234d

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

app/src/main/java/com/nextcloud/client/jobs/upload/FileUploadHelper.kt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,12 @@ class FileUploadHelper {
265265
}
266266

267267
@JvmOverloads
268-
fun updateUploadStatus(remotePath: String, accountName: String, status: UploadStatus, onCompleted: () -> Unit = {}) {
268+
fun updateUploadStatus(
269+
remotePath: String,
270+
accountName: String,
271+
status: UploadStatus,
272+
onCompleted: () -> Unit = {}
273+
) {
269274
ioScope.launch {
270275
uploadsStorageManager.uploadDao.updateStatus(remotePath, accountName, status.value)
271276
onCompleted()

0 commit comments

Comments
 (0)