Skip to content

Commit b647c0b

Browse files
Rewrap comment
1 parent 43354c2 commit b647c0b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

packages/firestore/src/local/query_data.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,10 @@ export class QueryData {
7373
);
7474
}
7575

76-
/** Creates a new query data instance with an updated resume token and snapshot version. */
76+
/**
77+
* Creates a new query data instance with an updated resume token and
78+
* snapshot version.
79+
*/
7780
withResumeToken(
7881
resumeToken: ProtoByteString,
7982
snapshotVersion: SnapshotVersion

0 commit comments

Comments
 (0)