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

11 lines
254 B
Rust

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