Skip to content

Commit

Permalink
Remove unnecessary reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
schnerring committed Sep 1, 2024
1 parent 90b5520 commit a6d72db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ public SwaggerDiscriminatorAttribute(string propertyName)

public string PropertyName { get; set; }
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ public SwaggerSubTypeAttribute(Type subType)

public string DiscriminatorValue { get; set; }
}
}
}

0 comments on commit a6d72db

Please sign in to comment.