mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-12 00:24:03 +00:00
10 lines
105 B
Rust
10 lines
105 B
Rust
// rustfmt-fn_empty_single_line: false
|
|
// Empty function on single line
|
|
|
|
fn lorem() {
|
|
}
|
|
|
|
fn lorem() {
|
|
|
|
}
|