Skip to content

Commit 2ff2d25

Browse files
[AUTOMATED]: Prettier Code Styling
1 parent b340e62 commit 2ff2d25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/core/component_provider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ export class IndexedDbComponentProvider extends ComponentProvider {
197197
maxConcurrentLimboResolutions
198198
);
199199
this.eventManager = new EventManager(this.syncEngine);
200-
200+
201201
this.remoteStore.syncEngine = this.syncEngine;
202202
this.sharedClientState.syncEngine = this.syncEngine;
203-
203+
204204
await this.sharedClientState.start();
205205
await this.remoteStore.start();
206206
await this.localStore.start();

0 commit comments

Comments
 (0)