Skip to content

Commit

Permalink
Fix code format
Browse files Browse the repository at this point in the history
  • Loading branch information
hayahane committed Sep 16, 2024
1 parent d401aed commit 85f7d5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/mono/csharp_script.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,6 @@ void CSharpInstance::get_property_list(List<PropertyInfo> *p_properties) const {
while (top != nullptr) {
ERR_FAIL_COND(!top->is_valid());
props.clear();

#ifdef TOOLS_ENABLED
for (const PropertyInfo &prop : top->exported_members_cache) {
props.push_back(prop);
Expand Down

0 comments on commit 85f7d5a

Please sign in to comment.