// rustfmt-fn_empty_single_line: true
// Empty function on single line

fn lorem() {
}

fn lorem() {

}