Skip to content

Commit 56a2520

Browse files
jbrinkmanCopilot
andauthored
Update src/DotNetApiDiff/Reporting/ConsoleFormatter.cs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7d516bf commit 56a2520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DotNetApiDiff/Reporting/ConsoleFormatter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ private string FormatBreakingChanges(ComparisonResult result)
243243
severityText);
244244
}
245245

246-
return table.ToString() ?? string.Empty;
246+
return table.ToString();
247247
}
248248

249249
private string FormatDetailedChanges(ComparisonResult result)

0 commit comments

Comments
 (0)