rust/tests/target/configs-fn_call_width-above.rs

16 lines
228 B
Rust
Raw Normal View History

// rustfmt-fn_call_width: 10
// Function call width
fn main() {
2017-06-11 23:01:41 -05:00
lorem(
"lorem",
"ipsum",
"dolor",
"sit",
"amet",
"consectetur",
"adipiscing",
"elit",
);
}