rust/tests/source/configs-fn_call_width-zero.rs

8 lines
100 B
Rust
Raw Normal View History

// rustfmt-fn_call_width: 0
// rustfmt-fn_call_indent: block
// #1508
fn a() {
let x = f(y);
}