Skip to content

Commit 2d9a224

Browse files
committed
style(json-crdt): 💄 run Prettier
1 parent f62ed09 commit 2d9a224

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json-crdt/codec/structural/binary/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import {JsonCrdtDataType} from "../../../../json-crdt-patch/constants";
1+
import {JsonCrdtDataType} from '../../../../json-crdt-patch/constants';
22

33
export const enum CRDT_MAJOR {
44
CON = JsonCrdtDataType.con,

0 commit comments

Comments
 (0)