Skip to content

Commit c4081af

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 3ca8343 commit c4081af

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages-exp/auth-exp/src/core/persistence/indexed_db.test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,10 @@ describe('core/persistence/indexed_db', () => {
6262
cb();
6363
}
6464
},
65-
error: new DOMException('yes there was an error'),
65+
error: new DOMException('yes there was an error')
6666
} as any);
6767

6868
expect(await persistence.isAvailable()).to.be.false;
6969
});
7070
});
7171
});
72-

0 commit comments

Comments
 (0)