Skip to content

Commit 6781168

Browse files
committed
Add semicolons for prettier
1 parent 808c9a2 commit 6781168

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Editor/components/TextEditor.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import Editor, { type EditorProps, useMonaco, loader } from "@monaco-editor/reac
55
import useConfig from "src/store/useConfig";
66
import useFile from "src/store/useFile";
77

8-
let monaco_url = "./monaco-editor/node_modules/monaco-editor/min/vs"
8+
let monaco_url = "./monaco-editor/node_modules/monaco-editor/min/vs";
99

1010
if (window.navigator.onLine) {
11-
monaco_url = "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs"
11+
monaco_url = "https://cdnjs.cloudflare.com/ajax/libs/monaco-editor/0.34.0/min/vs";
1212
}
1313

1414
loader.config({

0 commit comments

Comments
 (0)