]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-2025.rs
Add 'src/tools/rustfmt/' from commit '7872306edf2e11a69aaffb9434088fd66b46a863'
[rust.git] / src / tools / rustfmt / tests / target / issue-2025.rs
1 // See if rustfmt removes empty lines on top of the file.
2 pub fn foo() {
3     println!("hello, world");
4 }