Skip to content

Commit

Permalink
Delete extra spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
Saibamen committed Nov 17, 2024
1 parent feca9de commit 61d8b1a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1011,7 +1011,7 @@ private static bool IsFromFormAttributeUsedWithIFormFile(ApiParameterDescription
new("204", "No Content"),
new("205", "Reset Content"),
new("206", "Partial Content"),
new("207", "Multi-Status "),
new("207", "Multi-Status"),
new("208", "Already Reported"),
new("226", "IM Used"),
new("2\\d{2}", "Success"),
Expand Down Expand Up @@ -1068,7 +1068,7 @@ private static bool IsFromFormAttributeUsedWithIFormFile(ApiParameterDescription
new("505", "HTTP Version Not Supported"),
new("506", "Variant Also Negotiates"),
new("507", "Insufficient Storage"),
new("508", "Loop Detected "),
new("508", "Loop Detected"),
new("510", "Not Extended"),
new("511", "Network Authentication Required"),
new("5\\d{2}", "Server Error"),
Expand Down

0 comments on commit 61d8b1a

Please sign in to comment.