Skip to content

Commit 34bbd31

Browse files
Rewrap comments
1 parent d9879af commit 34bbd31

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

packages/firestore/src/local/local_store.ts

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -775,8 +775,8 @@ export class LocalStore {
775775
}
776776

777777
/**
778-
* Returns the QueryData as seen by the LocalStore, including updates that may have not yet been
779-
* persisted to the QueryCache.
778+
* Returns the QueryData as seen by the LocalStore, including updates that may
779+
* have not yet been persisted to the QueryCache.
780780
*/
781781
getQueryData(
782782
transaction: PersistenceTransaction,
@@ -807,10 +807,11 @@ export class LocalStore {
807807
);
808808
const targetId = queryData!.targetId;
809809

810-
// References for documents sent via Watch are automatically removed when we delete a
811-
// query's target data from the reference delegate. Since this does not remove references
812-
// for locally mutated documents, we have to remove the target associations for these
813-
// documents manually.
810+
// References for documents sent via Watch are automatically removed
811+
// when we delete a query's target data from the reference delegate.
812+
// Since this does not remove references for locally mutated documents,
813+
// we have to remove the target associations for these documents
814+
// manually.
814815
const removed = this.localViewReferences.removeReferencesForId(
815816
targetId
816817
);

0 commit comments

Comments
 (0)