diff --git a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperSelectExtensions.cs b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperSelectExtensions.cs
index ad06758e34..639362082b 100644
--- a/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperSelectExtensions.cs
+++ b/src/Microsoft.AspNet.Mvc.Core/Rendering/HtmlHelperSelectExtensions.cs
@@ -219,8 +219,8 @@ namespace Microsoft.AspNet.Mvc.Rendering
/// to set <select> element's "name" attribute. Sanitizes the string
/// representation of the to set element's "id" attribute.
///
- public static HtmlString DropDownListFor([
- NotNull] this IHtmlHelper htmlHelper,
+ public static HtmlString DropDownListFor(
+ [NotNull] this IHtmlHelper htmlHelper,
[NotNull] Expression> expression,
IEnumerable selectList,
string optionLabel)