]> git.lizzy.rs Git - rust.git/blob - tests/source/chains-indent-visual.rs
Update tests
[rust.git] / tests / source / chains-indent-visual.rs
1 // rustfmt-chain_indent: Visual
2
3 fn test() {
4     let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
5 }