summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-2025.rs
blob: 38bf369bea322291e28b108d59ffa738da4ee283 (plain)
1
2
3
4
// See if rustfmt removes empty lines on top of the file.
pub fn foo() {
    println!("hello, world");
}