Skip to content

Commit 696afcc

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent c9ee6ea commit 696afcc

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

packages/firestore/src/local/simple_db.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -411,10 +411,7 @@ export class IndexedDbTransactionError extends FirestoreError {
411411
name = 'IndexedDbTransactionError';
412412

413413
constructor(cause: Error) {
414-
super(
415-
Code.UNAVAILABLE,
416-
'IndexedDB transaction failed: ' + cause
417-
);
414+
super(Code.UNAVAILABLE, 'IndexedDB transaction failed: ' + cause);
418415
}
419416
}
420417

0 commit comments

Comments
 (0)