Remove and sort usings and fixing formatting

This commit is contained in:
Pranav K 2014-10-01 10:28:54 -07:00
parent 28b4ca9a62
commit ecb16db58e
1 changed files with 5 additions and 5 deletions

View File

@ -1,12 +1,12 @@
// Copyright (c) Microsoft Open Technologies, Inc. All rights reserved. // Copyright (c) Microsoft Open Technologies, Inc. All rights reserved.
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Reflection; using System.Reflection;
using Microsoft.AspNet.Mvc.DefaultActionDiscoveryConventionsControllers; using Microsoft.AspNet.Mvc.DefaultActionDiscoveryConventionsControllers;
using Xunit; using Xunit;
using System.Linq;
using System;
using System.Collections.Generic;
namespace Microsoft.AspNet.Mvc namespace Microsoft.AspNet.Mvc
{ {