chore: clean up code by removing trailing whitespace and ensuring consistent formatting across various files = prettier
This commit is contained in:
@@ -19,7 +19,9 @@ async function main() {
|
||||
|
||||
console.log("Creating automatic backup...");
|
||||
const backup = await backupService.createBackup();
|
||||
console.log(`Backup created successfully: ${backup.filename} (${backup.size} bytes)`);
|
||||
console.log(
|
||||
`Backup created successfully: ${backup.filename} (${backup.size} bytes)`,
|
||||
);
|
||||
process.exit(0);
|
||||
} catch (error) {
|
||||
console.error("Error running automatic backup:", error);
|
||||
@@ -28,4 +30,3 @@ async function main() {
|
||||
}
|
||||
|
||||
main();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user