Skip to content

Commit ad75125

Browse files
committed
format
1 parent 42be35a commit ad75125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/app/src/indexeddb.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ function getDbPromise(): Promise<IDBPDatabase<AppDB>> {
4747
case 0:
4848
try {
4949
db.createObjectStore(STORE_NAME);
50-
} catch(e) {
50+
} catch (e) {
5151
// Safari/iOS browsers throw occasional exceptions on
5252
// db.createObjectStore() that may be a bug. Avoid blocking
5353
// the rest of the app functionality.

0 commit comments

Comments
 (0)