Whitespace

This commit is contained in:
John Lewin 2017-10-08 19:35:49 -07:00
parent ebdbd5b53d
commit 37b539f89d
8 changed files with 5 additions and 15 deletions

View file

@ -77,7 +77,6 @@ namespace MatterControl.Tests.MatterControl
// Find and validate all UIField types, skipping abstract classes
foreach (var fieldType in PluginFinder.FindTypes<UIField>().Where(fieldType => !fieldType.IsAbstract))
{
if (fieldType.Name == "UIField")
{
continue;