Skip to content

Commit 0608fe2

Browse files
committed
yarn lint:fix
1 parent 8e5af7f commit 0608fe2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/firestore/test/unit/local/local_store.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,12 @@ import {
6666
DocumentMap
6767
} from '../../../src/model/collections';
6868
import { Document } from '../../../src/model/document';
69+
import {
70+
FieldIndex,
71+
IndexKind,
72+
IndexSegment,
73+
IndexState
74+
} from '../../../src/model/field_index';
6975
import { FieldMask } from '../../../src/model/field_mask';
7076
import {
7177
FieldTransform,
@@ -79,12 +85,6 @@ import {
7985
MutationBatch,
8086
MutationBatchResult
8187
} from '../../../src/model/mutation_batch';
82-
import {
83-
FieldIndex,
84-
IndexKind,
85-
IndexSegment,
86-
IndexState
87-
} from '../../../src/model/field_index';
8888
import { ObjectValue } from '../../../src/model/object_value';
8989
import { FieldPath } from '../../../src/model/path';
9090
import { serverTimestamp } from '../../../src/model/server_timestamps';

0 commit comments

Comments
 (0)