Skip to content

Commit

Permalink
Changed triggered by the StringBuilder analyzer (#34574)
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashanth Govindarajan committed Apr 6, 2020
1 parent 62112b0 commit 3e0b19f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,8 @@ internal string GetNullParameterName(int index)

private const string Comma = ", ";
private const string Equal = " = ";
private const string LeftParenthesis = "(";
private const string RightParenthesis = ")";
private const char LeftParenthesis = '(';
private const char RightParenthesis = ')';
private const string NameSeparator = ".";

private const string IsNull = " IS NULL";
Expand Down

0 comments on commit 3e0b19f

Please sign in to comment.