coverage: Format all remaining tests
These tests can simply be reformatted as normal, because the resulting changes are unimportant.
This commit is contained in:
parent
1f9353ae2c
commit
99797bbd9f
18 changed files with 70 additions and 54 deletions
|
@ -23,7 +23,12 @@
|
|||
LL| 1| let version_3_2_1 = Version::new(3, 2, 1);
|
||||
LL| 1| let version_3_3_0 = Version::new(3, 3, 0);
|
||||
LL| 1|
|
||||
LL| 1| println!("{:?} < {:?} = {}", version_3_2_1, version_3_3_0, version_3_2_1 < version_3_3_0);
|
||||
LL| 1| println!(
|
||||
LL| 1| "{:?} < {:?} = {}",
|
||||
LL| 1| version_3_2_1,
|
||||
LL| 1| version_3_3_0,
|
||||
LL| 1| version_3_2_1 < version_3_3_0
|
||||
LL| 1| );
|
||||
LL| 1|}
|
||||
LL| |
|
||||
LL| |/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue