blob: 9bfb2b964eaa32a26b8341ce609d558154eaf078 [file] [log] [blame] [edit]
// rustfmt-empty_item_single_line: false
// Empty impl on single line
impl Lorem {
}
impl Ipsum {
}
fn lorem() {
}
fn lorem() {
}