]> git.lizzy.rs Git - rust.git/blob - tests/source/chains-indent-tabbed.rs
Merge pull request #966 from MicahChalmer/skip-children-in-plain-write-mode
[rust.git] / tests / source / chains-indent-tabbed.rs
1 // rustfmt-chain_indent: Tabbed
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 }