You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
#18051: Remove redundant casts and 'using', 'else', 'this' statements
This commit is contained in:
@@ -14,7 +14,7 @@ namespace Godot
|
||||
else if (type == typeof(void))
|
||||
sb.Append("void");
|
||||
else
|
||||
sb.Append(type.ToString());
|
||||
sb.Append(type);
|
||||
|
||||
sb.Append(" ");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user