]> git.lizzy.rs Git - rust.git/blob - tests/target/configs-wrap_match_arms-false.rs
Merge multiline_closure_forces_block and multiline_match_arm_forces_block into force_...
[rust.git] / tests / target / configs-wrap_match_arms-false.rs
1 // rustfmt-wrap_match_arms: false
2 // Wrap match-arms
3
4 fn main() {
5     match lorem {
6         true =>
7             foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x),
8         false => println!("{}", sit),
9     }
10 }