Skip to content

Commit 9bbd652

Browse files
committed
Fix lint errors
1 parent 35e6d3e commit 9bbd652

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/firestore/src/core/sync_engine_impl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ import { MaybeDocument, NoDocument } from '../model/document';
5151
import { DocumentKey } from '../model/document_key';
5252
import { Mutation } from '../model/mutation';
5353
import { MutationBatchResult } from '../model/mutation_batch';
54+
import { ResourcePath } from '../model/path';
5455
import { RemoteEvent, TargetChange } from '../remote/remote_event';
5556
import {
5657
canUseNetwork,
@@ -113,7 +114,6 @@ import {
113114
ViewChange
114115
} from './view';
115116
import { ViewSnapshot } from './view_snapshot';
116-
import { ResourcePath } from '../model/path';
117117

118118
const LOG_TAG = 'SyncEngine';
119119

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ import { primitiveComparator } from '../../../src/util/misc';
118118
import { forEach, objectSize } from '../../../src/util/obj';
119119
import { ObjectMap } from '../../../src/util/obj_map';
120120
import { Deferred, sequence } from '../../../src/util/promise';
121-
import { SortedSet } from '../../../src/util/sorted_set';
122121
import {
123122
byteStringFromString,
124123
deletedDoc,

0 commit comments

Comments
 (0)