MINOR: Removed additional space from indentation of ReferenceAssemblies HashSet.
This commit is contained in:
parent
320507604a
commit
648f00c03d
|
|
@ -30,7 +30,7 @@ namespace Microsoft.AspNet.Mvc
|
|||
protected virtual HashSet<string> ReferenceAssemblies { get; } = new HashSet<string>(StringComparer.Ordinal)
|
||||
{
|
||||
"Microsoft.AspNet.Mvc",
|
||||
"Microsoft.AspNet.Mvc.Abstractions",
|
||||
"Microsoft.AspNet.Mvc.Abstractions",
|
||||
"Microsoft.AspNet.Mvc.ApiExplorer",
|
||||
"Microsoft.AspNet.Mvc.Core",
|
||||
"Microsoft.AspNet.Mvc.Razor",
|
||||
|
|
|
|||
Loading…
Reference in New Issue