organize usings

This commit is contained in:
Jass Bagga 2016-11-21 17:20:25 -08:00 committed by GitHub
parent fd4cb7394b
commit 712dff32bb
1 changed files with 2 additions and 2 deletions

View File

@ -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; }
}
}
}
}