]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-match_arm_blocks-true.rs
Rename wrap_match_arms to match_arm_blocks
[rust.git] / tests / source / configs-match_arm_blocks-true.rs
1 // rustfmt-match_arm_blocks: true
2 // Wrap match-arms
3
4 fn main() {
5     match lorem {
6         true => foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x),
7         false => {
8             println!("{}", sit)
9         }
10     }
11 }