bootstrap readme: make easy to read when editor wrapping is not enabled

This also makes it more consistent with other text in the file
This commit is contained in:
Tshepang Mbambo 2025-12-08 15:42:35 +02:00 committed by GitHub
parent 5bc345055b
commit 17d001d782
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -221,7 +221,10 @@ please file issues on the [Rust issue tracker][rust-issue-tracker].
## Testing
To run bootstrap tests, execute `x test bootstrap`. If you want to bless snapshot tests, then install `cargo-insta` (`cargo install cargo-insta`) and then run `cargo insta review --manifest-path src/bootstrap/Cargo.toml`.
To run bootstrap tests, execute `x test bootstrap`.
If you want to bless snapshot tests,
then install `cargo-insta` (`cargo install cargo-insta`),
and then run `cargo insta review --manifest-path src/bootstrap/Cargo.toml`.
## Changelog