rust/tests/source/issue-2025.rs
2017-11-10 17:08:16 +09:00

8 lines
109 B
Rust

// See if rustfmt removes empty lines on top of the file.
pub fn foo() {
println!("hello, world");
}