Skip to content

Commit

Permalink
style(json-crdt-extensions): 💄 run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Apr 30, 2024
1 parent ceadbdd commit c9c5ae4
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/json-crdt-extensions/peritext/Peritext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,12 @@ export class Peritext implements Printable {

// ------------------------------------------------------------------ markers

public insMarker(after: ITimestampStruct, type: SliceType, data?: unknown, char: string = Chars.BlockSplitSentinel): MarkerSlice {
public insMarker(
after: ITimestampStruct,
type: SliceType,
data?: unknown,
char: string = Chars.BlockSplitSentinel,
): MarkerSlice {
const api = this.model.api;
const builder = api.builder;
const str = this.str;
Expand Down

0 comments on commit c9c5ae4

Please sign in to comment.