mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 09:05:00 +00:00
10 lines
104 B
Rust
10 lines
104 B
Rust
// rustfmt-fn_empty_single_line: true
|
|
// Empty function on single line
|
|
|
|
fn lorem() {
|
|
}
|
|
|
|
fn lorem() {
|
|
|
|
}
|