rust/tests/target/configs-chain_one_line_max-above.rs

13 lines
203 B
Rust
Raw Normal View History

// rustfmt-chain_one_line_max: 10
// Chain one line max
fn main() {
let lorem = ipsum
.dolor()
.sit()
.amet()
.consectetur()
.adipiscing()
.elit();
}