]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-wrap_match_arms-true.rs
8ddc5ebdc2e3878271489ba35307aef87f688842
[rust.git] / tests / source / 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 => foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x),
7         false => {
8             println!("{}", sit)
9         }
10     }
11 }