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