Skip to content

Commit

Permalink
Add missing line spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
hwoodiwiss committed Apr 13, 2024
1 parent 89f851b commit dd6c603
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -655,6 +655,7 @@ private OpenApiMediaType CreateResponseMediaType(ModelMetadata modelMetadata, Sc
new KeyValuePair<string, string>("5\\d{2}", "Server Error"),
new KeyValuePair<string, string>("default", "Error")
};

private string GenerateSummary(ApiDescription apiDescription)
{
string operationSummary = null;
Expand Down

0 comments on commit dd6c603

Please sign in to comment.