mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-07 05:39:05 +08:00
fix: format check error in BackupManager
Remove extra blank line to pass format check
This commit is contained in:
parent
fe9fdec3ca
commit
6aa65724fe
@ -354,7 +354,6 @@ class BackupManager {
|
|||||||
await new Promise((res) => setTimeout(res, 500))
|
await new Promise((res) => setTimeout(res, 500))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
logger.debug('Backup completed successfully')
|
logger.debug('Backup completed successfully')
|
||||||
return backupedFilePath
|
return backupedFilePath
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user