Sign in
rust
/
rust
/
52dff85c4e5b68b8a5a871cf7a35b1bf9cbb5028
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-2025.rs
blob: c6f61b4e3e19b939172b45cfc6ddf14fe8a4ea99 [
file
]
// See if rustfmt removes empty lines on top of the file.
pub
fn
foo
()
{
println
!(
"hello, world"
);
}