Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit 02184d8

Browse files
author
Hendrik van Antwerpen
committed
Fix markdown formatting
1 parent 35d14c2 commit 02184d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/ci-perf-summary-md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ if [ -n "$desc" ]; then
2727
printf '%s\n' "$desc"
2828
printf '\n'
2929
fi
30-
printf '\n'
3130
printf '<details>\n'
3231
printf '<summary>Before</summary>\n'
32+
printf '\n'
3333
printf '```\n'
3434
ms_print --x="$graph_w" --y="$graph_h" "$massif_before" | head -n +$summary_lines
3535
printf '```\n'
3636
printf '</details>\n'
3737
printf '\n'
38-
printf '\n'
3938
printf '<details>\n'
4039
printf '<summary>After</summary>\n'
40+
printf '\n'
4141
printf '```\n'
4242
ms_print --x="$graph_w" --y="$graph_h" "$massif_after" | head -n +$summary_lines
4343
printf '```\n'

0 commit comments

Comments
 (0)