Skip to content

Commit 116d041

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

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
@@ -331,7 +331,7 @@ private string FormatChangeGroup(string title, List<ApiDifference> changes, stri
331331
}
332332
}
333333

334-
return table.ToString() ?? string.Empty;
334+
return table.ToString();
335335
}
336336

337337
private string FormatChangeDetails(ApiDifference change)

0 commit comments

Comments
 (0)