Skip to content

Commit

Permalink
Fix indentation for ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox committed Apr 23, 2024
1 parent 8caaa6d commit 9828586
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ class ImportExportManager(private val fileLocator: BackupFileLocator) {
*/
fun extractDb(file: StoredFileHelper): Boolean {
val success = ZipHelper.extractFileFromZip(
file,
BackupFileLocator.FILE_NAME_DB,
fileLocator.db.path,
file,
BackupFileLocator.FILE_NAME_DB,
fileLocator.db.path,
)

if (success) {
Expand Down

0 comments on commit 9828586

Please sign in to comment.