Skip to content

Commit 69c87bd

Browse files
committed
Remove two lines not covered.
1 parent 51e4f00 commit 69c87bd

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ namespace StyleCop.Analyzers.Helpers
77
{
88
using System.Linq;
99
using System.Text;
10-
using System.Text.RegularExpressions;
1110
using System.Xml.Linq;
1211
using Microsoft.CodeAnalysis;
1312
using Microsoft.CodeAnalysis.CSharp.Syntax;
@@ -312,11 +311,6 @@ internal static string NormalizeWhiteSpace(this string text)
312311

313312
int length = text.Length;
314313

315-
if (length == 0)
316-
{
317-
return string.Empty;
318-
}
319-
320314
bool lastSpace = false;
321315

322316
bool diff = false;

0 commit comments

Comments
 (0)