Skip to content

Commit 51e4f00

Browse files
committed
Fix typo
1 parent 0a9f7f0 commit 51e4f00

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

StyleCop.Analyzers/StyleCop.Analyzers/Helpers/XmlCommentHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ internal static string NormalizeWhiteSpace(this string text)
319319

320320
bool lastSpace = false;
321321

322-
bool diff = true;
322+
bool diff = false;
323323

324324
foreach (char ch in text)
325325
{

0 commit comments

Comments
 (0)