Skip to content

Commit 2cf31d5

Browse files
committed
style(json-crdt-extensions): 💄 run Prettier
1 parent 5472802 commit 2cf31d5

File tree

1 file changed

+2
-2
lines changed
  • src/json-crdt-extensions/peritext/point

1 file changed

+2
-2
lines changed

src/json-crdt-extensions/peritext/point/Point.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export class Point implements Pick<Stateful, 'refresh'>, Printable {
4242
}
4343

4444
/**
45-
*
45+
*
4646
* @param other The other point to compare to.
4747
* @returns Returns 0 if the two points are equal, -1 if this point is less
4848
* than the other point, and 1 if this point is greater than the other
@@ -120,7 +120,7 @@ export class Point implements Pick<Stateful, 'refresh'>, Printable {
120120
* Goes to the next visible character in the string. The `move` parameter
121121
* specifies how many characters to move the cursor by. If the cursor reaches
122122
* the end of the string, it will return `undefined`.
123-
*
123+
*
124124
* @param move How many characters to move the cursor by.
125125
* @returns Next visible ID in string.
126126
*/

0 commit comments

Comments
 (0)