Skip to content

Commit 45b074e

Browse files
committed
fix codacy
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent 069e971 commit 45b074e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/nextcloud/client/jobs/autoUpload/AutoUploadHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import java.nio.file.Paths
2020
import java.nio.file.SimpleFileVisitor
2121
import java.nio.file.attribute.BasicFileAttributes
2222

23-
@Suppress("TooGenericExceptionCaught", "MagicNumber")
23+
@Suppress("TooGenericExceptionCaught", "MagicNumber", "ReturnCount")
2424
class AutoUploadHelper {
2525
companion object {
2626
private const val TAG = "AutoUploadHelper"

0 commit comments

Comments
 (0)