1
Fork 0

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:
Zalathar 2023-08-17 11:43:10 +10:00
parent 4da38c31d2
commit 8d91e71e9a
30 changed files with 48 additions and 92 deletions

View file

@ -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 };