Skip to content

Commit c4f87be

Browse files
committed
Lint
1 parent fa1238f commit c4f87be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/firestore/src/local/index_backfiller.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ import { debugAssert } from '../util/assert';
2424
import { AsyncQueue, DelayedOperation, TimerId } from '../util/async_queue';
2525
import { logDebug } from '../util/log';
2626

27+
import { INDEXING_ENABLED } from './indexeddb_schema';
2728
import { ignoreIfPrimaryLeaseLoss, LocalStore } from './local_store';
2829
import { LocalWriteResult } from './local_store_impl';
2930
import { Persistence, Scheduler } from './persistence';
3031
import { PersistencePromise } from './persistence_promise';
3132
import { PersistenceTransaction } from './persistence_transaction';
3233
import { isIndexedDbTransactionError } from './simple_db';
33-
import { INDEXING_ENABLED } from './indexeddb_schema';
3434

3535
const LOG_TAG = 'IndexBackiller';
3636

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ import { User } from '../../../src/auth/user';
2121
import { Query, queryToTarget } from '../../../src/core/query';
2222
import { IndexBackfiller } from '../../../src/local/index_backfiller';
2323
import { IndexedDbPersistence } from '../../../src/local/indexeddb_persistence';
24+
import { INDEXING_ENABLED } from '../../../src/local/indexeddb_schema';
2425
import { LocalStore } from '../../../src/local/local_store';
2526
import { newLocalStore } from '../../../src/local/local_store_impl';
2627
import { Persistence } from '../../../src/local/persistence';
@@ -46,7 +47,6 @@ import { JSON_SERIALIZER } from './persistence_test_helpers';
4647
import * as PersistenceTestHelpers from './persistence_test_helpers';
4748
import { TestDocumentOverlayCache } from './test_document_overlay_cache';
4849
import { TestIndexManager } from './test_index_manager';
49-
import { INDEXING_ENABLED } from '../../../src/local/indexeddb_schema';
5050

5151
describe('IndexedDb IndexBackfiller', () => {
5252
if (!INDEXING_ENABLED) {

0 commit comments

Comments
 (0)