You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Style: Fix statements ending with ';;'
This commit is contained in:
@@ -541,7 +541,7 @@ bool GDScript::_update_exports() {
|
||||
}
|
||||
}
|
||||
|
||||
members_cache.clear();;
|
||||
members_cache.clear();
|
||||
member_default_values_cache.clear();
|
||||
|
||||
for(int i=0;i<c->variables.size();i++) {
|
||||
|
||||
Reference in New Issue
Block a user