Index: src/Common/DelftTools.Utils/ComponentModel/PropertyGridAttribute.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Utils/ComponentModel/PropertyGridAttribute.cs (.../PropertyGridAttribute.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Utils/ComponentModel/PropertyGridAttribute.cs (.../PropertyGridAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -6,8 +6,5 @@ /// Use in combination with GuiPlugin.GetPropertyInfos and DynamicObjectProperties, to indicate that this property should be /// included in the PropertyGrid /// - public class PropertyGridAttribute : Attribute - { - - } + public class PropertyGridAttribute : Attribute {} } \ No newline at end of file