Skip to content

Commit 2053b36

Browse files
committed
Clean up
1 parent 7ca3b6a commit 2053b36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Servers/Kestrel/Transport.NamedPipes/src/CreateNamedPipeServerStreamContext.cs

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

44
using System.IO.Pipes;
55
using Microsoft.AspNetCore.Connections;
6-
using PipeOptions = System.IO.Pipes.PipeOptions;
76

87
namespace Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes;
98

0 commit comments

Comments
 (0)