소스 검색

Fix formatting

Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Andy Scherzinger 1 년 전
부모
커밋
4b20f26774
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/src/main/java/com/nextcloud/client/database/NextcloudDatabase.kt

+ 1 - 1
app/src/main/java/com/nextcloud/client/database/NextcloudDatabase.kt

@@ -71,7 +71,7 @@ import com.owncloud.android.db.ProviderMeta
         AutoMigration(from = 74, to = 75),
         AutoMigration(from = 75, to = 76),
         AutoMigration(from = 76, to = 77),
-        AutoMigration(from = 77, to = 78),
+        AutoMigration(from = 77, to = 78)
     ],
     exportSchema = true
 )