File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
packages/firestore/test/unit/local Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,8 @@ import { MutationQueue } from '../../../src/local/mutation_queue';
26
26
import { DocumentKeySet , DocumentMap } from '../../../src/model/collections' ;
27
27
28
28
export enum QueryEngineType {
29
- IndexFree , Simple
29
+ IndexFree ,
30
+ Simple
30
31
}
31
32
32
33
/**
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ import {
80
80
byteStringFromString
81
81
} from '../../util/helpers' ;
82
82
83
- import { CountingQueryEngine , QueryEngineType } from './counting_query_engine' ;
83
+ import { CountingQueryEngine , QueryEngineType } from './counting_query_engine' ;
84
84
import * as persistenceHelpers from './persistence_test_helpers' ;
85
85
import { ByteString } from '../../../src/util/byte_string' ;
86
86
You can’t perform that action at this time.
0 commit comments