Skip to content

Commit 7ca3b6a

Browse files
committed
Clean up
1 parent 029ebcd commit 7ca3b6a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/Servers/Kestrel/Transport.NamedPipes/test/WebHostTests.cs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the MIT license.
33

4+
using System.Globalization;
45
using System.IO.Pipes;
56
using System.Net;
67
using System.Net.Http;
@@ -14,13 +15,11 @@
1415
using Microsoft.AspNetCore.Hosting;
1516
using Microsoft.AspNetCore.Http;
1617
using Microsoft.AspNetCore.Internal;
17-
using Microsoft.AspNetCore.Server.Kestrel.Core;
1818
using Microsoft.AspNetCore.InternalTesting;
19+
using Microsoft.AspNetCore.Server.Kestrel.Core;
1920
using Microsoft.Extensions.DependencyInjection;
2021
using Microsoft.Extensions.Hosting;
2122
using Microsoft.Extensions.Logging;
22-
using System.Reflection.Metadata;
23-
using System.Globalization;
2423

2524
namespace Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes.Tests;
2625

0 commit comments

Comments
 (0)