Skip to content

Commit 91b1a02

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent 114be4b commit 91b1a02

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ import { MutationQueue } from '../../../src/local/mutation_queue';
2626
import { DocumentKeySet, DocumentMap } from '../../../src/model/collections';
2727

2828
export enum QueryEngineType {
29-
IndexFree, Simple
29+
IndexFree,
30+
Simple
3031
}
3132

3233
/**

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ import {
8080
byteStringFromString
8181
} from '../../util/helpers';
8282

83-
import {CountingQueryEngine, QueryEngineType} from './counting_query_engine';
83+
import { CountingQueryEngine, QueryEngineType } from './counting_query_engine';
8484
import * as persistenceHelpers from './persistence_test_helpers';
8585
import { ByteString } from '../../../src/util/byte_string';
8686

0 commit comments

Comments
 (0)