diff --git a/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs b/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs index 73ffcef63d..ef44fef185 100644 --- a/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs +++ b/src/Swashbuckle.AspNetCore.Annotations/SwaggerDiscriminatorAttribute.cs @@ -12,4 +12,4 @@ public SwaggerDiscriminatorAttribute(string propertyName) public string PropertyName { get; set; } } -} +} \ No newline at end of file diff --git a/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs b/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs index ea3adf3901..52bd13e6b4 100644 --- a/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs +++ b/src/Swashbuckle.AspNetCore.Annotations/SwaggerSubTypeAttribute.cs @@ -14,4 +14,4 @@ public SwaggerSubTypeAttribute(Type subType) public string DiscriminatorValue { get; set; } } -} +} \ No newline at end of file