Skip to content

Commit

Permalink
chore: fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed May 24, 2024
1 parent 448af8f commit 780bcef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/Kiota.Builder.Tests/KiotaBuilderTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3489,7 +3489,8 @@ public async Task AddsDiscriminatorMappingsAllOfImplicitWithParentHavingMappings
Type = "object",
AllOf = [
entitySchema,
new OpenApiSchema {
new OpenApiSchema
{
Properties = new Dictionary<string, OpenApiSchema> {
{
"tenant", new OpenApiSchema {
Expand Down Expand Up @@ -3519,7 +3520,8 @@ public async Task AddsDiscriminatorMappingsAllOfImplicitWithParentHavingMappings
Type = "object",
AllOf = [
directoryObjectSchema,
new OpenApiSchema {
new OpenApiSchema
{
Properties = new Dictionary<string, OpenApiSchema> {
{
"firstName", new OpenApiSchema {
Expand Down

0 comments on commit 780bcef

Please sign in to comment.