Remove empty line.

This commit is contained in:
N. Taylor Mullen 2015-06-25 11:39:54 -07:00
parent 0bb9457fd9
commit 361a53ba3c
1 changed files with 0 additions and 1 deletions

View File

@ -228,7 +228,6 @@ namespace Microsoft.AspNet.Razor.CodeGenerators
var associatedDescriptors = tagHelperDescriptors.Where(descriptor =>
descriptor.Attributes.Any(attributeDescriptor => attributeDescriptor.IsNameMatch(attributeName)));
// Bound attributes have associated descriptors. First attribute value wins if there are duplicates;
// later values of duplicate bound attributes are treated as if they were unbound.
if (associatedDescriptors.Any() && renderedBoundAttributeNames.Add(attributeName))