From a6d72db96e749cf8086eced81c4794dc116622f7 Mon Sep 17 00:00:00 2001 From: Michael Schnerring <3743342+schnerring@users.noreply.github.com> Date: Sun, 1 Sep 2024 23:40:52 +0200 Subject: [PATCH] Remove unnecessary reformatting --- .../SwaggerDiscriminatorAttribute.cs | 2 +- .../SwaggerSubTypeAttribute.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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