formatting fix

This commit is contained in:
Michael Becker 2022-03-16 14:15:21 -04:00
parent 307d71334a
commit d238003e08
No known key found for this signature in database
GPG Key ID: DA394832305DA332

View File

@ -342,7 +342,7 @@ namespace UniversalEditor.UserInterface
}
else if (eo is ChoiceSetting)
{
ChoiceSetting.ChoiceSettingValue choice = (ChoiceSetting.ChoiceSettingValue) (eo as ChoiceSetting).GetValue();
ChoiceSetting.ChoiceSettingValue choice = (ChoiceSetting.ChoiceSettingValue)(eo as ChoiceSetting).GetValue();
if (choice != null)
{
Type[] interfaces = pi.PropertyType.GetInterfaces();