Skip to content

Commit 323a98e

Browse files
committed
style(json-crdt-extensions): 💄 run Prettier
1 parent 70748ac commit 323a98e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/json-crdt-extensions/peritext/overlay/OverlayPoint.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export class OverlayPoint extends Point implements Printable, HeadlessNode {
2727
/**
2828
* Collapsed slices - markers/block splits, which represent a single point in
2929
* the text, even if the start and end of the slice are different.
30-
*
30+
*
3131
* @todo Rename to `markers`?
3232
*/
3333
public readonly points: Slice[] = [];

src/json-crdt-extensions/peritext/overlay/__tests__/OverlayPoint.spec.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
import {Point} from "../../rga/Point";
2-
import {setup} from "../../slice/__tests__/setup";
3-
import {OverlayPoint} from "../OverlayPoint";
1+
import {Point} from '../../rga/Point';
2+
import {setup} from '../../slice/__tests__/setup';
3+
import {OverlayPoint} from '../OverlayPoint';
44

55
const setupOverlayPoint = () => {
66
const deps = setup();

0 commit comments

Comments
 (0)