You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
Made use of semicolons more consitent, fixed formatting
This commit is contained in:
committed by
Rémi Verschelde
parent
43a9b8c76c
commit
38d3bfe971
@@ -35,7 +35,7 @@
|
||||
|
||||
class TextEditor : public ScriptEditorBase {
|
||||
|
||||
GDCLASS(TextEditor, ScriptEditorBase)
|
||||
GDCLASS(TextEditor, ScriptEditorBase);
|
||||
|
||||
private:
|
||||
CodeTextEditor *code_editor;
|
||||
|
||||
Reference in New Issue
Block a user