Fix indentation for ktlint
This commit is contained in:
parent
e508bb4567
commit
ecee42d690
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…
Add table
Add a link
Reference in a new issue