Skip to content

Commit c5119a2

Browse files
committed
fix codacy
Signed-off-by: alperozturk96 <[email protected]>
1 parent f9f747c commit c5119a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/owncloud/android/ui/fragment/OCFileListSearchTask.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@ class OCFileListSearchTask(
247247
}
248248
contentValuesList.add(cv)
249249
} catch (e: Exception) {
250-
Log_OC.e(TAG, "parseAndSaveVirtuals():" ,e)
250+
Log_OC.e(TAG, "parseAndSaveVirtuals():", e)
251251
}
252252
}
253253

0 commit comments

Comments
 (0)