We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c9619 commit 166fcb2Copy full SHA for 166fcb2
src/DotNetApiDiff/Reporting/ConsoleFormatter.cs
@@ -113,8 +113,8 @@ private string FormatForTests(ComparisonResult result)
113
{
114
output.AppendLine($"+ {change.NewSignature}");
115
}
116
-
117
+
118
output.AppendLine();
119
120
@@ -129,8 +129,8 @@ private string FormatForTests(ComparisonResult result)
129
130
output.AppendLine($"- {change.OldSignature}");
131
132
133
134
135
136
@@ -150,8 +150,8 @@ private string FormatForTests(ComparisonResult result)
150
151
152
153
154
155
156
157
0 commit comments