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

12 lines
255 B
Rust
Raw Normal View History

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