Skip to content

Commit c9c5ae4

Browse files
committed
style(json-crdt-extensions): 💄 run Prettier
1 parent ceadbdd commit c9c5ae4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/json-crdt-extensions/peritext/Peritext.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,12 @@ export class Peritext implements Printable {
179179

180180
// ------------------------------------------------------------------ markers
181181

182-
public insMarker(after: ITimestampStruct, type: SliceType, data?: unknown, char: string = Chars.BlockSplitSentinel): MarkerSlice {
182+
public insMarker(
183+
after: ITimestampStruct,
184+
type: SliceType,
185+
data?: unknown,
186+
char: string = Chars.BlockSplitSentinel,
187+
): MarkerSlice {
183188
const api = this.model.api;
184189
const builder = api.builder;
185190
const str = this.str;

0 commit comments

Comments
 (0)