Skip to content

Commit 28f5c0b

Browse files
authored
Unrolled build for rust-lang#140063
Rollup merge of rust-lang#140063 - Kobzol:ci-report-fix-newline, r=jieyouxu Remove stray newline from post-merge report [Oops](rust-lang#140043 (comment)) :) r? jieyouxu
2 parents 49e5e4e + de9d8e9 commit 28f5c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/citool/src/main.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ fn post_merge_report(db: JobDatabase, current: String, parent: String) -> anyhow
191191

192192
output_details("Test dashboard", || {
193193
println!(
194-
r#"\nRun
194+
r#"Run
195195
196196
```bash
197197
cargo run --manifest-path src/ci/citool/Cargo.toml -- \

0 commit comments

Comments
 (0)