Skip to content

Commit fd357a5

Browse files
Fix merge
Remove now-redundant `using` statements.
1 parent a66e4ce commit fd357a5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/OpenApi/sample/Program.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
using System.Globalization;
55
using System.Text.Json.Serialization;
6-
using Microsoft.OpenApi;
76
using Sample.Transformers;
87

98
var builder = WebApplication.CreateBuilder(args);

src/OpenApi/test/Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests/SnapshotTestHelper.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
using Microsoft.CodeAnalysis.Text;
1717
using Microsoft.Extensions.DependencyInjection;
1818
using Microsoft.Extensions.Hosting;
19-
using Microsoft.OpenApi.Writers;
2019

2120
namespace Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests;
2221

0 commit comments

Comments
 (0)