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

8 lines
98 B
Rust
Raw Normal View History

// rustfmt-fn_call_width: 0
2017-11-13 01:09:59 -06:00
// rustfmt-indent_style: block
// #1508
fn a() {
let x = f(y);
}