mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2025-01-10 01:45:54 +01:00
Fix indentation for ktlint
This commit is contained in:
parent
8caaa6d297
commit
9828586762
@ -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 New Issue
Block a user