Skip to content

Commit aa0afbf

Browse files
authored
Merge pull request #1624 from Kobzol/rollup-table-fix
Fix Markdown table in rollup messages
2 parents 8835ef0 + f2d8be9 commit aa0afbf

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
@@ -85,7 +85,7 @@ pub async fn unroll_rollup(
8585
let previous_master = format_commit(previous_master, true);
8686
let msg =
8787
format!("📌 Perf builds for each rolled up PR:\n\n\
88-
|PR# | Message | Perf Build Sha|\n|----|:-----:|\n\
88+
| PR# | Message | Perf Build Sha |\n|----|----|:-----:|\n\
8989
{mapping}\n\n*previous master*: {previous_master}\n\nIn the case of a perf regression, \
9090
run the following command for each PR you suspect might be the cause: `@rust-timer build $SHA`\n\
9191
{COMMENT_MARK_ROLLUP}");

0 commit comments

Comments
 (0)