Skip to content

Commit 5a6ea65

Browse files
authored
Update FileManagerImpl.kt
1 parent 400002e commit 5a6ea65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/kotlin/dev/dergoogler/mmrl/compat/impl/FileManagerImpl.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class FileManagerImpl : IFileManager.Stub() {
5757
if (isSymlink) return@sumOf 0
5858

5959
if (isDirectory(fullPath)) {
60-
sizeRecursive(fullPath) {
60+
sizeRecursive(fullPath)
6161
} else {
6262
size(fullPath)
6363
}

0 commit comments

Comments
 (0)