rust/tests/target/configs-fn_empty_single_line-false.rs

10 lines
105 B
Rust
Raw Normal View History

// rustfmt-fn_empty_single_line: false
// Empty function on single line
fn lorem() {
}
fn lorem() {
}