Skip to content

Rollup of 5 pull requests #140083

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Apr 20, 2025
Prev Previous commit
Next Next commit
Remove stray newline from post-merge report
  • Loading branch information
Kobzol committed Apr 20, 2025
commit de9d8e9f71d3016566ccccf535f16c488d8ae098
2 changes: 1 addition & 1 deletion src/ci/citool/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 -- \
Expand Down
Loading