You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/SA1001.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ The spacing around a comma is incorrect, within a C# code file.
23
23
24
24
A violation of this rule occurs when the spacing around a comma is incorrect.
25
25
26
-
A comma should always be followed by a single space, unless it is the last character on the line, and a comma should never be preceded by any whitespace, unless it is the first character on the line.
26
+
A comma should always be followed by a single space, unless it is the last character on the line, and a comma should never be preceded by any whitespace.
0 commit comments