Skip to content

Commit

Permalink
linter: autofix in code editor
Browse files Browse the repository at this point in the history
  • Loading branch information
gucio321 committed May 7, 2024
1 parent c4d5af3 commit 9454522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeEditor.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ func (ce *CodeEditorWidget) Text(str string) *CodeEditorWidget {
// ErrorMarkers sets error markers.
// func (ce *CodeEditorWidget) ErrorMarkers(markers imgui.ErrorMarkers) *CodeEditorWidget {
// ce.getState().editor.SetErrorMarkers(markers)
//return ce
// return ce
//}

// HandleKeyboardInputs sets if editor should handle keyboard input.
Expand Down

0 comments on commit 9454522

Please sign in to comment.