Skip to content

Commit ad57d5c

Browse files
committed
Fix formatting
1 parent 230a17b commit ad57d5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.OpenApi.Readers/ParseNodes/OpenApiAnyConverter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ public static IOpenApiAny GetSpecificOpenApiAny(IOpenApiAny openApiAny, OpenApiS
6363
{
6464
// More narrow type detection for explicit strings, only check types that are passed as strings
6565
if (schema == null)
66-
{
66+
{
6767
if (DateTimeOffset.TryParse(value, CultureInfo.InvariantCulture, DateTimeStyles.None, out var dateTimeValue))
6868
{
6969
// if the time component is exactly midnight(00:00:00) meaning no time has elapsed, return a date-only value

0 commit comments

Comments
 (0)