rust/tests/target/configs-wrap_match_arms-true.rs

12 lines
254 B
Rust
Raw Normal View History

// rustfmt-wrap_match_arms: true
// Wrap match-arms
fn main() {
match lorem {
true => {
foooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo(x)
}
false => println!("{}", sit),
}
}