Rollup merge of #140063 - Kobzol:ci-report-fix-newline, r=jieyouxu
Remove stray newline from post-merge report [Oops](https://github.com/rust-lang/rust/pull/140043#issuecomment-2816999352) :) r? jieyouxu
This commit is contained in:
commit
c7cb81095a
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ fn post_merge_report(db: JobDatabase, current: String, parent: String) -> anyhow
|
|||
|
||||
output_details("Test dashboard", || {
|
||||
println!(
|
||||
r#"\nRun
|
||||
r#"Run
|
||||
|
||||
```bash
|
||||
cargo run --manifest-path src/ci/citool/Cargo.toml -- \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue