Remove empty line.
This commit is contained in:
parent
0bb9457fd9
commit
361a53ba3c
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in New Issue