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 Mar 4, 2024
1 parent 990dc92 commit 9de74c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/json-crdt-extensions/mval/__demos__/usage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ console.clear();

const model = Model.withLogicalClock(1234);

model.ext.register(ValueMvExt)
model.ext.register(ValueMvExt);

model.api.root({
obj: {
Expand Down

0 comments on commit 9de74c8

Please sign in to comment.