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 Jun 7, 2024
1 parent 4a68cda commit 23120c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/json-crdt-extensions/peritext/block/Inline.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export class Inline extends Range implements Printable {
if (data === undefined) data = 1;
attr[type] = data;
break;
}
}
case SliceBehavior.Erase: {
delete attr[type];
break;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
import {Kit, setupHelloWorldKit, setupHelloWorldWithFewEditsKit, setupNumbersKit, setupNumbersWithTombstonesKit} from '../../__tests__/setup';
import {
Kit,
setupHelloWorldKit,
setupHelloWorldWithFewEditsKit,
setupNumbersKit,
setupNumbersWithTombstonesKit,
} from '../../__tests__/setup';

const run = (setup: () => Kit) => {
test('can produce text for all possible ranges', () => {
Expand Down

0 comments on commit 23120c9

Please sign in to comment.