rust/tests/source/issue-2025.rs

9 lines
109 B
Rust
Raw Normal View History

2017-11-10 09:08:16 +01:00
// See if rustfmt removes empty lines on top of the file.
pub fn foo() {
println!("hello, world");
}