Skip to content

Commit 9828586

Browse files
committed
Fix indentation for ktlint
1 parent 8caaa6d commit 9828586

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/src/main/java/org/schabi/newpipe/settings/export/ImportExportManager.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,9 @@ class ImportExportManager(private val fileLocator: BackupFileLocator) {
7575
*/
7676
fun extractDb(file: StoredFileHelper): Boolean {
7777
val success = ZipHelper.extractFileFromZip(
78-
file,
79-
BackupFileLocator.FILE_NAME_DB,
80-
fileLocator.db.path,
78+
file,
79+
BackupFileLocator.FILE_NAME_DB,
80+
fileLocator.db.path,
8181
)
8282

8383
if (success) {

0 commit comments

Comments
 (0)