]> git.lizzy.rs Git - rust.git/blob - rustfmt-core/tests/source/chains-indent-visual.rs
8fdd3c4cabf3a490c7453d35b070920a653d17d5
[rust.git] / rustfmt-core / tests / source / chains-indent-visual.rs
1 // rustfmt-indent_style: 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 }