Index: src/Common/DelftTools.Utils/ComponentModel/DynamicReadOnlyValidationMethodAttribute.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r5fc71a385897af92ccb092f2f969b5709afab85a --- src/Common/DelftTools.Utils/ComponentModel/DynamicReadOnlyValidationMethodAttribute.cs (.../DynamicReadOnlyValidationMethodAttribute.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ src/Common/DelftTools.Utils/ComponentModel/DynamicReadOnlyValidationMethodAttribute.cs (.../DynamicReadOnlyValidationMethodAttribute.cs) (revision 5fc71a385897af92ccb092f2f969b5709afab85a) @@ -7,7 +7,5 @@ /// The method should be in the format: bool IsReadOnly(string propertyName) /// /// - public class DynamicReadOnlyValidationMethodAttribute : Attribute - { - } -} + public class DynamicReadOnlyValidationMethodAttribute : Attribute {} +} \ No newline at end of file