Skip to content

Commit d37a4e7

Browse files
committed
Update Extensions.cs
1 parent 87c8a1d commit d37a4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Verify/Extensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public static void FilterLines(this StringBuilder input, RemoveLine removeLine)
195195

196196
public static void RemoveEmptyLines(this StringBuilder builder)
197197
{
198-
builder.FilterLines(_ => _.IsEmpty || _.IsWhiteSpace());
198+
builder.FilterLines(_ => _.IsWhiteSpace());
199199
if (builder.FirstChar() is '\n')
200200
{
201201
builder.Remove(0, 1);

0 commit comments

Comments
 (0)