rust/tests/target/issue-2025.rs

5 lines
105 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");
}