Skip to content

Commit 7266bc6

Browse files
committed
remove redundant new lines in eof added by cleanupcode
1 parent f8e640b commit 7266bc6

8 files changed

+0
-8
lines changed

test/OpenApiTests/OpenApiStartup.cs

-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,3 @@ public override void Configure(IApplicationBuilder app)
2626
app.UseEndpoints(endpoints => endpoints.MapControllers());
2727
}
2828
}
29-

test/OpenApiTests/SchemaProperties/ModelStateValidationDisabledStartup.cs

-1
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,3 @@ protected override void SetJsonApiOptions(JsonApiOptions options)
1515
options.ValidateModelState = false;
1616
}
1717
}
18-

test/OpenApiTests/SchemaProperties/NullableReferenceTypesDisabled/ModelStateValidationDisabledTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,3 @@ public async Task Produces_expected_required_property_in_schema_for_resource()
3737
});
3838
}
3939
}
40-

test/OpenApiTests/SchemaProperties/NullableReferenceTypesDisabled/ModelStateValidationEnabledTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ public async Task Produces_expected_required_property_in_schema_for_resource()
3636
});
3737
}
3838
}
39-

test/OpenApiTests/SchemaProperties/NullableReferenceTypesDisabled/NullabilityTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,3 @@ public async Task Produces_expected_nullable_properties_in_schema_for_resource()
5959
});
6060
}
6161
}
62-

test/OpenApiTests/SchemaProperties/NullableReferenceTypesEnabled/ModelStateValidationDisabledTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ public async Task Produces_expected_required_property_in_schema_for_resource()
3838
});
3939
}
4040
}
41-

test/OpenApiTests/SchemaProperties/NullableReferenceTypesEnabled/ModelStateValidationEnabledTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ public async Task Produces_expected_required_property_in_schema_for_resource()
3838
});
3939
}
4040
}
41-

test/OpenApiTests/SchemaProperties/NullableReferenceTypesEnabled/NullabilityTests.cs

-1
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ public async Task Produces_expected_nullable_properties_in_schema_for_resource()
6969
});
7070
}
7171
}
72-

0 commit comments

Comments
 (0)