Skip to content

Commit

Permalink
Merge pull request #50 from VeyronSakai/fix/table-header
Browse files Browse the repository at this point in the history
Fix table title header
  • Loading branch information
VeyronSakai authored Apr 29, 2024
2 parents f4eb616 + 9902c09 commit 3dbc899
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ private void WriteSourceAssetsInfo()
$"<details><summary>Details</summary>{Environment.NewLine}{Environment.NewLine}");

_jobSummaryRepository.AppendText(
$"| Asset | Size |{Environment.NewLine}| --- | --- |{Environment.NewLine}");
$"| File | Size |{Environment.NewLine}| --- | --- |{Environment.NewLine}");

foreach (var assetInfo in topAssets)
{
Expand Down

0 comments on commit 3dbc899

Please sign in to comment.