Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
devleejb committed Jan 12, 2024
1 parent 6ddd53e commit f8fb647
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/utils/yorkie/yorkieSync.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as cmState from "@codemirror/state"; // eslint-disable-line
import * as cmView from "@codemirror/view"; // eslint-disable-line
import * as cmState from "@codemirror/state";
import * as cmView from "@codemirror/view";
import * as yorkie from "yorkie-js-sdk";

export type YorkieCodeMirrorDocType = {
Expand Down

0 comments on commit f8fb647

Please sign in to comment.