rust/tests/source/issue-2025.rs
2018-03-02 15:07:13 +13:00

8 lines
109 B
Rust

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