Skip to content

Commit 35df0d6

Browse files
Apply suggestions from code review
Co-authored-by: Brennan <[email protected]>
1 parent 9b39954 commit 35df0d6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.Tests/Transformers/Implementations/OpenApiSchemaReferenceTransformerTests.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,6 @@ private class Item
573573

574574
private class LocationContainer
575575
{
576-
577576
public LocationDto Location { get; set; }
578577
}
579578

@@ -599,5 +598,5 @@ private class ChildObject
599598
public int Id { get; set; }
600599
public required ParentObject Parent { get; set; }
601600
}
602-
}
603601
#nullable restore
602+
}

0 commit comments

Comments
 (0)