rust/tests/source/configs/empty_item_single_line/false.rs

18 lines
137 B
Rust
Raw Normal View History

// rustfmt-empty_item_single_line: false
// Empty impl on single line
impl Lorem {
}
impl Ipsum {
}
fn lorem() {
}
fn lorem() {
}