Skip to content

Commit 6a50397

Browse files
Manually sort imports
1 parent e4e7663 commit 6a50397

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/core/component_provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ import { DatabaseInfo } from './database_info';
5959
import { EventManager, newEventManager } from './event_manager';
6060
import { SyncEngine } from './sync_engine';
6161
import {
62+
newSyncEngine,
6263
syncEngineApplyActiveTargetsChange,
6364
syncEngineApplyBatchState,
6465
syncEngineApplyOnlineStateChange,
6566
syncEngineApplyPrimaryState,
6667
syncEngineApplyTargetState,
6768
syncEngineEnsureWriteCallbacks,
6869
syncEngineGetActiveClients,
69-
newSyncEngine,
7070
syncEngineHandleCredentialChange,
7171
syncEngineSynchronizeWithChangedDocuments
7272
} from './sync_engine_impl';

0 commit comments

Comments
 (0)