rust/tests/source/chains-indent-tabbed.rs
2017-03-20 11:46:39 +13:00

5 lines
171 B
Rust

// rustfmt-chain_indent: Block
fn test() {
let x = my_long_function().my_even_longer_function().my_nested_function().some_random_name().another_function().do_it();
}