Skip to content

Commit 618d644

Browse files
committed
[AUTOMATED]: Prettier Code Styling
1 parent 4624bc1 commit 618d644

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firestore/src/util/async_queue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { Code, FirestoreError } from './error';
2020
import * as log from './log';
2121
import { CancelablePromise, Deferred } from './promise';
2222

23-
// eslint-disable-next-line @typescript-eslint/no-explicit-any, Accept any return type from setTimeout(). Accept any return type from setTimeout(). Accept any return type from setTimeout().
23+
// eslint-disable-next-line @typescript-eslint/no-explicit-any, Accept any return type from setTimeout(). Accept any return type from setTimeout(). Accept any return type from setTimeout().
2424
type TimerHandle = any;
2525

2626
/**

packages/firestore/test/unit/specs/spec_builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export interface LimboMap {
6363

6464
export interface ActiveTargetMap {
6565
[targetId: string]: { query: SpecQuery; resumeToken: string };
66-
};
66+
}
6767

6868
/**
6969
* Tracks the expected memory state of a client (e.g. the expected active watch

0 commit comments

Comments
 (0)