Skip to content

Commit 8f737c1

Browse files
Fix spacing
Indent one more.
1 parent c0151a8 commit 8f737c1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

test/Swashbuckle.AspNetCore.SwaggerGen.Test/VerifyTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,9 +142,9 @@ public async Task ActionWithProducesAttributeAndProvidedOpenApiOperation()
142142
["200"] = new OpenApiResponse()
143143
{
144144
#if NET11_0_OR_GREATER
145-
Content = new Dictionary<string, IOpenApiMediaType>
145+
Content = new Dictionary<string, IOpenApiMediaType>
146146
#else
147-
Content = new Dictionary<string, OpenApiMediaType>
147+
Content = new Dictionary<string, OpenApiMediaType>
148148
#endif
149149
{
150150
["application/someMediaType"] = new OpenApiMediaType()

0 commit comments

Comments
 (0)