organize usings

This commit is contained in:
Jass Bagga 2016-11-21 17:19:39 -08:00 committed by GitHub
parent 35b26240fa
commit fd4cb7394b
1 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@ using System.Globalization;
using System.Linq;
using Microsoft.AspNetCore.Cors.Internal;
using Microsoft.AspNetCore.Http;
using Microsoft.Extensions.Logging;
using Microsoft.Extensions.Options;
using Microsoft.Extensions.Primitives;
using Microsoft.Extensions.Logging;
namespace Microsoft.AspNetCore.Cors.Infrastructure
{
@ -305,4 +305,4 @@ namespace Microsoft.AspNetCore.Cors.Infrastructure
}
}
}
}
}