diff options
| author | Jakub Beránek <berykubik@gmail.com> | 2025-04-20 08:57:28 +0200 |
|---|---|---|
| committer | Jakub Beránek <berykubik@gmail.com> | 2025-04-20 08:57:28 +0200 |
| commit | de9d8e9f71d3016566ccccf535f16c488d8ae098 (patch) | |
| tree | 35d0271a96c0b69a3e7d2d70bac5a2f18e18d00b | |
| parent | 49e5e4e3a5610c240a717cb99003a5d5d3356679 (diff) | |
| download | rust-de9d8e9f71d3016566ccccf535f16c488d8ae098.tar.gz rust-de9d8e9f71d3016566ccccf535f16c488d8ae098.zip | |
Remove stray newline from post-merge report
| -rw-r--r-- | src/ci/citool/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/citool/src/main.rs b/src/ci/citool/src/main.rs index f4e671b609f..87ce09cfb23 100644 --- a/src/ci/citool/src/main.rs +++ b/src/ci/citool/src/main.rs @@ -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 -- \ |
