Эх сурвалжийг харах

Fix ktlint

Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
Álvaro Brey Vilas 3 жил өмнө
parent
commit
6d4b3b8444

+ 4 - 2
src/androidTest/java/com/owncloud/android/utils/SyncedFolderUtilsTest.kt

@@ -234,8 +234,10 @@ class SyncedFolderUtilsTest : AbstractIT() {
         @JvmStatic
         fun setUp() {
             val tempPath =
-                File(FileStorageUtils.getInternalTemporalPath(account.name, targetContext) + File.separatorChar +
-                    THUMBNAILS_FOLDER)
+                File(
+                    FileStorageUtils.getInternalTemporalPath(account.name, targetContext) + File.separatorChar +
+                        THUMBNAILS_FOLDER
+                )
             if (!tempPath.exists()) {
                 tempPath.mkdirs()
             }