Skip to content

Commit 1936b91

Browse files
committed
fix kt spotless
Signed-off-by: alperozturk <alper_ozturk@proton.me>
1 parent c07a336 commit 1936b91

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

app/src/main/java/com/nextcloud/client/jobs/operation/FileOperationHelper.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,7 @@ class FileOperationHelper(private val user: User, private val context: Context)
4242
* with the lowercased version 0001.webp — in that case, this will return true.
4343
* ```
4444
*/
45-
fun isSameRemoteFileAlreadyPresent(
46-
upload: OCUpload,
47-
storageManager: FileDataStorageManager,
48-
): Boolean {
45+
fun isSameRemoteFileAlreadyPresent(upload: OCUpload, storageManager: FileDataStorageManager): Boolean {
4946
val (lc, uc) = FileUtil.getRemotePathVariants(upload.remotePath)
5047

5148
val localOCFile = storageManager.getFileByDecryptedRemotePath(lc)

0 commit comments

Comments
 (0)