fix: format check error in BackupManager

Remove extra blank line to pass format check
This commit is contained in:
rawswar 2025-10-01 12:17:56 +08:00 committed by GitHub
parent fe9fdec3ca
commit 6aa65724fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -354,7 +354,6 @@ class BackupManager {
await new Promise((res) => setTimeout(res, 500))
}
logger.debug('Backup completed successfully')
return backupedFilePath
} catch (error) {