Fix indentation for ktlint
This commit is contained in:
parent
8caaa6d297
commit
9828586762
1 changed files with 3 additions and 3 deletions
|
@ -75,9 +75,9 @@ class ImportExportManager(private val fileLocator: BackupFileLocator) {
|
||||||
*/
|
*/
|
||||||
fun extractDb(file: StoredFileHelper): Boolean {
|
fun extractDb(file: StoredFileHelper): Boolean {
|
||||||
val success = ZipHelper.extractFileFromZip(
|
val success = ZipHelper.extractFileFromZip(
|
||||||
file,
|
file,
|
||||||
BackupFileLocator.FILE_NAME_DB,
|
BackupFileLocator.FILE_NAME_DB,
|
||||||
fileLocator.db.path,
|
fileLocator.db.path,
|
||||||
)
|
)
|
||||||
|
|
||||||
if (success) {
|
if (success) {
|
||||||
|
|
Loading…
Reference in a new issue