Skip to content

Commit 01cf965

Browse files
committed
style(json-crdt-extensions): 💄 run Prettier
1 parent 536c848 commit 01cf965

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

src/json-crdt-extensions/peritext/slice/Range.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ export class Range implements Printable {
3030
* the range should start. The `size` argument specifies the number of
3131
* characters in the range. If `size` is zero or not specified, the range
3232
* will be collapsed to a single point.
33-
*
33+
*
3434
* When the range is collapsed, the anchor position is set to "after" the
3535
* character. When the range is expanded, the anchor positions are set to
3636
* "before" for the start point and "after" for the end point.
37-
*
37+
*
3838
* The `size` argument can be negative, in which case the range is selected
3939
* backwards.
4040
*

0 commit comments

Comments
 (0)