From 361a53ba3cf8cad1421697b1c23cba25f5a2bbce Mon Sep 17 00:00:00 2001 From: "N. Taylor Mullen" Date: Thu, 25 Jun 2015 11:39:54 -0700 Subject: [PATCH] Remove empty line. --- .../CodeGenerators/CSharpTagHelperCodeRenderer.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Microsoft.AspNet.Razor/CodeGenerators/CSharpTagHelperCodeRenderer.cs b/src/Microsoft.AspNet.Razor/CodeGenerators/CSharpTagHelperCodeRenderer.cs index 8ecaefdedf..0ee81fc78c 100644 --- a/src/Microsoft.AspNet.Razor/CodeGenerators/CSharpTagHelperCodeRenderer.cs +++ b/src/Microsoft.AspNet.Razor/CodeGenerators/CSharpTagHelperCodeRenderer.cs @@ -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))