Sign in
rust
/
rustfmt
/
refs/heads/subtree
/
.
/
tests
/
target
/
issue-2025.rs
blob: 38bf369bea322291e28b108d59ffa738da4ee283 [
file
] [
log
] [
blame
]
// See if rustfmt removes empty lines on top of the file.
pub
fn
foo
()
{
println
!(
"hello, world"
);
}