Skip to content

Commit 5c02568

Browse files
committed
style: 💄 run formatter
1 parent 6cb6b69 commit 5c02568

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/json-crdt-peritext-ui/plugins/toolbar/state/ToolbarState.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ import type {UiLifeCycles} from '../../../web/types';
1515
import type {PeritextSurfaceState} from '../../../web';
1616
import type {MenuItem} from '../types';
1717
import type {ToolbarPluginOpts} from '../ToolbarPlugin';
18-
import type {BufferDetail, PeritextCursorEvent, PeritextEventDetailMap} from '../../../../json-crdt-extensions/peritext/events';
18+
import type {
19+
BufferDetail,
20+
PeritextCursorEvent,
21+
PeritextEventDetailMap,
22+
} from '../../../../json-crdt-extensions/peritext/events';
1923

2024
export class ToolbarState implements UiLifeCycles {
2125
public readonly txt: Peritext;

0 commit comments

Comments
 (0)