Skip to content

Commit bd4c40f

Browse files
committed
Add newline before stat title in GH summary
1 parent 53f6df8 commit bd4c40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/github.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ async fn summarize_run(
654654

655655
for (title, stat, hidden, comparison) in stats {
656656
message.push_str(&format!(
657-
"## [{title}]({})\n",
657+
"\n## [{title}]({})\n",
658658
make_comparison_url(&commit, stat)
659659
));
660660

0 commit comments

Comments
 (0)