diff --git a/client/homebrew/editor/editor.jsx b/client/homebrew/editor/editor.jsx index f96bfdfdb..4745ba992 100644 --- a/client/homebrew/editor/editor.jsx +++ b/client/homebrew/editor/editor.jsx @@ -154,7 +154,7 @@ const Editor = createReactClass({ this.codeEditor.current?.injectText(injectText); }, - handleFormatCode: function () { + handleFormatCode : function () { this.codeEditor.current?.formatCode(); },