Skip to content

Commit 166fcb2

Browse files
committed
fix: remove unnecessary line breaks in console output formatting
1 parent f8c9619 commit 166fcb2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/DotNetApiDiff/Reporting/ConsoleFormatter.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ private string FormatForTests(ComparisonResult result)
113113
{
114114
output.AppendLine($"+ {change.NewSignature}");
115115
}
116-
117116
}
117+
118118
output.AppendLine();
119119
}
120120

@@ -129,8 +129,8 @@ private string FormatForTests(ComparisonResult result)
129129
{
130130
output.AppendLine($"- {change.OldSignature}");
131131
}
132-
133132
}
133+
134134
output.AppendLine();
135135
}
136136

@@ -150,8 +150,8 @@ private string FormatForTests(ComparisonResult result)
150150
{
151151
output.AppendLine($"+ {change.NewSignature}");
152152
}
153-
154153
}
154+
155155
output.AppendLine();
156156
}
157157

0 commit comments

Comments
 (0)