Skip to content

Commit 30f3045

Browse files
[CI][VSTS] Fix small formatting issue. (#10708)
1 parent 538fd86 commit 30f3045

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tools/devops/automation/scripts/GitHub.psm1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ function New-GitHubSummaryComment {
461461
}
462462

463463
$sb.AppendLine("</details>")
464+
$sb.AppendLine("")
464465
} else {
465466
$sb.AppendLine("# API diff")
466467
$sb.AppendLine("")
@@ -480,6 +481,7 @@ function New-GitHubSummaryComment {
480481
$json = Get-Content $Artifacts | ConvertFrom-Json
481482
if ($json.Count -gt 0) {
482483
$sb.AppendLine("# Packages generated")
484+
$sb.AppendLine("")
483485
$sb.AppendLine("<details><summary>View packages</summary>")
484486
$sb.AppendLine("") # no new line results in a bad rendering in the links
485487
foreach ($a in $json) {

0 commit comments

Comments
 (0)