Various trivial formatting fixes in run-coverage
tests
These changes were made by manually running `rustfmt` on all of the test files, and then manually undoing all cases where the original formatting appeared to have been deliberate. `rustfmt +nightly --config-path=/dev/null --edition=2021 tests/run-coverage*/**/*.rs`
This commit is contained in:
parent
4da38c31d2
commit
8d91e71e9a
30 changed files with 48 additions and 92 deletions
|
@ -11,7 +11,7 @@
|
|||
LL| 2| }
|
||||
LL| |}
|
||||
LL| |
|
||||
LL| 1|fn main() -> Result<(),u8> {
|
||||
LL| 1|fn main() -> Result<(), u8> {
|
||||
LL| 1| let _firecracker = Firework { strength: 1 };
|
||||
LL| 1|
|
||||
LL| 1| let _tnt = Firework { strength: 100 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue