mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-06-22 04:58:40 +00:00
make linter happy
This commit is contained in:
@@ -154,7 +154,7 @@ const Editor = createReactClass({
|
||||
this.codeEditor.current?.injectText(injectText);
|
||||
},
|
||||
|
||||
handleFormatCode: function () {
|
||||
handleFormatCode : function () {
|
||||
this.codeEditor.current?.formatCode();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user