You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-15 13:51:40 +00:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -1189,7 +1189,7 @@ void ScriptEditorDebugger::_profiler_seeked() {
|
||||
|
||||
if (breaked)
|
||||
return;
|
||||
debug_break();;
|
||||
debug_break();
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user