]> git.lizzy.rs Git - rust.git/blob - tests/source/configs-chain_one_line_max-below.rs
Update tests
[rust.git] / tests / source / configs-chain_one_line_max-below.rs
1 // rustfmt-chain_one_line_max: 100
2 // Chain one line max
3
4 fn main() {
5     let lorem = ipsum.dolor().sit().amet().consectetur().adipiscing().elit();
6 }