From 712dff32bb909e7f9d28c611c7a16d3c2248a496 Mon Sep 17 00:00:00 2001 From: Jass Bagga Date: Mon, 21 Nov 2016 17:20:25 -0800 Subject: [PATCH] organize usings --- test/Microsoft.AspNetCore.Cors.Test/CorsServiceTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Microsoft.AspNetCore.Cors.Test/CorsServiceTests.cs b/test/Microsoft.AspNetCore.Cors.Test/CorsServiceTests.cs index b3ce5927d8..61f7908dda 100644 --- a/test/Microsoft.AspNetCore.Cors.Test/CorsServiceTests.cs +++ b/test/Microsoft.AspNetCore.Cors.Test/CorsServiceTests.cs @@ -3,8 +3,8 @@ using System; using Microsoft.AspNetCore.Http; -using Xunit; using Microsoft.Extensions.Logging.Testing; +using Xunit; namespace Microsoft.AspNetCore.Cors.Infrastructure { @@ -1081,4 +1081,4 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure public string failureReason { get; set; } } } -} \ No newline at end of file +}