Skip to content

Commit 154cd4f

Browse files
committed
style: 💄 run Prettier
1 parent 0a4be0f commit 154cd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json-crdt-repo/session/EditSession.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export class EditSession<N extends JsonNode = JsonNode<any>> {
106106
// "cursor" shall not be returned from .sync() call. The cursor shall update
107107
// only when remote model changes are received, during local .sync() write
108108
// only the local model is updated.
109-
if (typeof res.cursor !== "undefined") {
109+
if (typeof res.cursor !== 'undefined') {
110110
this.cursor = res.cursor;
111111
}
112112
if (res.model) {

0 commit comments

Comments
 (0)