Skip to content

Commit c0e31c8

Browse files
committed
style(json-crdt-extensions): 💄 run Prettier
1 parent 61ea690 commit c0e31c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ export class Peritext implements Printable {
251251

252252
public toString(tab: string = ''): string {
253253
const nl = () => '';
254-
const {savedSlices, extraSlices, localSlices} = this;
254+
const {savedSlices, extraSlices, localSlices} = this;
255255
return (
256256
this.constructor.name +
257257
printTree(tab, [

0 commit comments

Comments
 (0)