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-12 06:01:41 +02:00
lorem(
"lorem",
"ipsum",
"dolor",
"sit",
"amet",
"consectetur",
"adipiscing",
"elit",
);
}