You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-14 13:41:12 +00:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -1152,7 +1152,7 @@ void EditorFileDialog::set_display_mode(DisplayMode p_mode) {
|
||||
mode_list->set_pressed(true);
|
||||
}
|
||||
display_mode=p_mode;
|
||||
invalidate();;
|
||||
invalidate();
|
||||
}
|
||||
|
||||
EditorFileDialog::DisplayMode EditorFileDialog::get_display_mode() const{
|
||||
|
||||
Reference in New Issue
Block a user