Skip to content

Commit fd6e2fe

Browse files
Avoid awkward indentation on try-finished comment
1 parent a6faa14 commit fd6e2fe

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

site/src/github.rs

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -610,17 +610,17 @@ pub async fn post_finished(data: &InputData) {
610610
format!(
611611
"Finished benchmarking try commit ({}): [comparison url]({}).
612612
613-
Benchmarking this pull request likely means that it is \
614-
perf-sensitive, so we're automatically marking it as not fit \
615-
for rolling up. Please note that if the perf results are \
616-
neutral, you should likely undo the rollup=never given below \
617-
by specifying `rollup-` to bors.
613+
Benchmarking this pull request likely means that it is \
614+
perf-sensitive, so we're automatically marking it as not fit \
615+
for rolling up. Please note that if the perf results are \
616+
neutral, you should likely undo the rollup=never given below \
617+
by specifying `rollup-` to bors.
618618
619-
Importantly, though, if the results of this run are \
620-
non-neutral **do not** roll this PR up -- it will mask other \
621-
regressions or improvements in the roll up.
619+
Importantly, though, if the results of this run are \
620+
non-neutral **do not** roll this PR up -- it will mask other \
621+
regressions or improvements in the roll up.
622622
623-
@bors rollup=never",
623+
@bors rollup=never",
624624
commit.sha, comparison_url
625625
),
626626
)

0 commit comments

Comments
 (0)