We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e4f00 commit 69c87bdCopy full SHA for 69c87bd
1 file changed
StyleCop.Analyzers/StyleCop.Analyzers/Helpers/XmlCommentHelper.cs
@@ -7,7 +7,6 @@ namespace StyleCop.Analyzers.Helpers
7
{
8
using System.Linq;
9
using System.Text;
10
- using System.Text.RegularExpressions;
11
using System.Xml.Linq;
12
using Microsoft.CodeAnalysis;
13
using Microsoft.CodeAnalysis.CSharp.Syntax;
@@ -312,11 +311,6 @@ internal static string NormalizeWhiteSpace(this string text)
312
311
313
int length = text.Length;
314
315
- if (length == 0)
316
- {
317
- return string.Empty;
318
- }
319
-
320
bool lastSpace = false;
321
322
bool diff = false;
0 commit comments