Skip to content
This repository has been archived by the owner on Dec 14, 2018. It is now read-only.

Commit

Permalink
fix newline
Browse files Browse the repository at this point in the history
  • Loading branch information
haruair authored and kirthik committed Apr 6, 2015
1 parent 9f2378d commit 214ed70
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,8 @@ public static HtmlString DropDownListFor<TModel, TResult>(
/// <paramref name="expression"/> to set &lt;select&gt; element's "name" attribute. Sanitizes the string
/// representation of the <paramref name="expression"/> to set element's "id" attribute.
/// </remarks>
public static HtmlString DropDownListFor<TModel, TResult>([
NotNull] this IHtmlHelper<TModel> htmlHelper,
public static HtmlString DropDownListFor<TModel, TResult>(
[NotNull] this IHtmlHelper<TModel> htmlHelper,
[NotNull] Expression<Func<TModel, TResult>> expression,
IEnumerable<SelectListItem> selectList,
string optionLabel)
Expand Down

0 comments on commit 214ed70

Please sign in to comment.