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