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

9 lines
109 B
Rust

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