Skip to content

Commit dd6c603

Browse files
committed
Add missing line spacing
1 parent 89f851b commit dd6c603

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Swashbuckle.AspNetCore.SwaggerGen/SwaggerGenerator/SwaggerGenerator.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -655,6 +655,7 @@ private OpenApiMediaType CreateResponseMediaType(ModelMetadata modelMetadata, Sc
655655
new KeyValuePair<string, string>("5\\d{2}", "Server Error"),
656656
new KeyValuePair<string, string>("default", "Error")
657657
};
658+
658659
private string GenerateSummary(ApiDescription apiDescription)
659660
{
660661
string operationSummary = null;

0 commit comments

Comments
 (0)