]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-fn_call_width-below.rs
Update tests
[rust.git] / tests / source / configs-fn_call_width-below.rs
1 // rustfmt-fn_call_width: 100
2 // Function call width
3
4 fn main() {
5     lorem("lorem", "ipsum", "dolor");
6 }