Skip to content

Commit 23c48a8

Browse files
authored
Update index_entry.ts
1 parent f7c6dc4 commit 23c48a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/firestore/src/index/index_entry.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ export class IndexEntry {
3131
* directional value.
3232
*/
3333
successor(): IndexEntry {
34+
// Silly comment
3435
const currentLength = this.directionalValue.length;
3536
const newLength =
3637
currentLength === 0 || this.directionalValue[currentLength - 1] === 255

0 commit comments

Comments
 (0)