Skip to content

Commit 4f98193

Browse files
Small cleanup before PR
1 parent 5b8bc58 commit 4f98193

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Editor/Items/NoneDropdownItem.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ public NoneDropdownItem() : base("None") { }
1111

1212
public object GetValue()
1313
{
14-
return default;
14+
return null;
1515
}
1616
}
17-
}
17+
}

Editor/Utilities/SerializableInterfaceAdvancedDropdown.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ protected override AdvancedDropdownItem BuildRoot()
6161
(Comparison<AdvancedDropdownItem>)Sort, true
6262
});
6363
}
64+
6465
return item;
6566
}
6667

0 commit comments

Comments
 (0)