0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-06-22 00:38:38 +00:00

make linter happy

This commit is contained in:
Víctor Losada Hernández
2026-05-23 09:00:54 +02:00
parent 21bd824bce
commit 9d95046c5a
+1 -1
View File
@@ -154,7 +154,7 @@ const Editor = createReactClass({
this.codeEditor.current?.injectText(injectText);
},
handleFormatCode: function () {
handleFormatCode : function () {
this.codeEditor.current?.formatCode();
},