Skip to content

Commit

Permalink
style(json-crdt): 💄 run Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
streamich committed Sep 17, 2024
1 parent 63bd66a commit 7ce486d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/json-crdt-patch/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const enum SESSION {
* attributing it to any specific user. For example, when the initial document
* is created, the default patch can be applied on all clients to result in
* the same initial state on all clients.
*
*
* @todo Rename or alias this to `SCHEMA`.
*/
GLOBAL = 2,
Expand Down
2 changes: 1 addition & 1 deletion src/json-crdt/nodes/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export interface JsonNode<View = unknown> extends Identifiable {

/**
* Returns a list of immediate child nodes.
*
*
* @todo: Use `UndefIterator` interface here.
*/
children(callback: (node: JsonNode) => void): void;
Expand Down

0 comments on commit 7ce486d

Please sign in to comment.