Fix StyleCop issues

This commit is contained in:
dougbu 2014-07-25 10:51:40 -07:00
parent 24f74222f5
commit cd0285183e
4 changed files with 7 additions and 4 deletions

View File

@ -1,4 +1,7 @@
using System.Collections.Generic; // 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.
using System.Collections.Generic;
namespace Microsoft.AspNet.Mvc.ModelBinding namespace Microsoft.AspNet.Mvc.ModelBinding
{ {