Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit 6c1e706

Browse files
committed
Sort usings broke...
1 parent dd6bb1a commit 6c1e706

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: test/Microsoft.AspNetCore.Http.Abstractions.Tests/UseMiddlewareTest.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
using Microsoft.AspNetCore.Builder;
88
using Microsoft.AspNetCore.Builder.Internal;
99
using Microsoft.AspNetCore.Http.Abstractions;
10-
using Xunit;
1110
using Microsoft.Extensions.Internal;
11+
using Xunit;
1212

1313
namespace Microsoft.AspNetCore.Http
1414
{

0 commit comments

Comments
 (0)