Skip to content

Commit f63df4c

Browse files
committed
Fix formatting
1 parent 9cb8b0a commit f63df4c

File tree

8 files changed

+250
-250
lines changed

8 files changed

+250
-250
lines changed

Tests/Boxed.AspNetCore.Swagger.Test/OperationFilters/ProblemDetailsOperationFilterTest.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ private static OpenApiResponse GetResponse() =>
9292
{
9393
Content = new Dictionary<string, OpenApiMediaType>()
9494
{
95-
{ "application/problem+json", new OpenApiMediaType() },
96-
{ "application/problem+xml", new OpenApiMediaType() },
95+
{ "application/problem+json", new OpenApiMediaType() },
96+
{ "application/problem+xml", new OpenApiMediaType() },
9797
},
9898
};
9999
}

Tests/Boxed.AspNetCore.Test/CursorTest.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ public static IEnumerable<object[]> DateTimeOffsetToCursor
1313
// If no-store is set, then location is ignored.
1414
yield return new object[]
1515
{
16-
null!,
17-
string.Empty,
16+
null!,
17+
string.Empty,
1818
};
1919
yield return new object[]
2020
{
21-
new DateTimeOffset(2000, 1, 1, 0, 0, 0, TimeSpan.Zero),
22-
"MDEvMDEvMjAwMCAwMDowMDowMCArMDA6MDA=",
21+
new DateTimeOffset(2000, 1, 1, 0, 0, 0, TimeSpan.Zero),
22+
"MDEvMDEvMjAwMCAwMDowMDowMCArMDA6MDA=",
2323
};
2424
}
2525
}

0 commit comments

Comments
 (0)