rust/rustfmt-core/tests/target/issue-2025.rs
2018-02-07 22:48:05 +09:00

5 lines
105 B
Rust

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