Add a test for #2025

This commit is contained in:
topecongiro 2017-11-10 17:08:16 +09:00
parent 291dbe8d87
commit a9647f1108
2 changed files with 12 additions and 0 deletions

View File

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

View File

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