Skip to content

Commit 09a3ab5

Browse files
author
Xinyu Zhou
committed
lint
Signed-off-by: Xinyu Zhou <[email protected]>
1 parent cea7458 commit 09a3ab5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web_src/js/features/codeeditor.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ export async function createMonaco(textarea, filename, editorOpts) {
100100
});
101101

102102
// Quick fix: https://github.com/microsoft/monaco-editor/issues/2962
103-
monaco.languages.register({id: 'vs.editor.nullLanguage'})
104-
monaco.languages.setLanguageConfiguration('vs.editor.nullLanguage', {})
103+
monaco.languages.register({id: 'vs.editor.nullLanguage'});
104+
monaco.languages.setLanguageConfiguration('vs.editor.nullLanguage', {});
105105

106106
const editor = monaco.editor.create(container, {
107107
value: textarea.value,

0 commit comments

Comments
 (0)