Skip to content

Commit

Permalink
Semi colon
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jan 21, 2024
1 parent 9d89ddf commit b6b32ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _extensions/webr/qwebr-monaco-editor-element.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ globalThis.qwebrCreateMonacoEditorInstance = function (cellData) {
// Error: <text>:1:7 unexpected input

// Retrieve the underlying model
const model = editor.getModel()
const model = editor.getModel();
// Set EOL for the model
model.setEOL(monaco.editor.EndOfLineSequence.LF);

Expand Down

0 comments on commit b6b32ac

Please sign in to comment.