rust/tests/target/issue-2496.rs
2018-09-11 08:54:43 +03:00

14 lines
363 B
Rust

// rustfmt-indent_style: Visual
fn main() {
match option {
None => some_function(first_reasonably_long_argument,
second_reasonably_long_argument),
}
}
fn main() {
match option {
None => some_function(first_reasonably_long_argument,
second_reasonably_long_argument),
}
}