rust/tests/target/configs-fn_call_width-zero.rs
2017-11-13 17:33:32 +09:00

10 lines
113 B
Rust

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