Skip to content

Commit 9b427be

Browse files
committed
chore(local.driver): Remove white space from file
1 parent 7f0c88e commit 9b427be

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/api/persistence/local/local.driver.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ class LocalStorageDriver extends PersistanceService<'local'> {
110110
if (error instanceof Error) { error.message = `Failed to backup to "${fileNameRaw}": ${error.message}`; }
111111
throw error;
112112
}
113-
114113
}
115114

116115
/**

0 commit comments

Comments
 (0)