Sign in
rust
/
rust
/
97b1c314892ef4497c0ce5656daa3a54c4e052d3
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
space-not-before-newline.rs
blob: 2a1e185690880c8871c0e264b5d64e4644fa3d9b [
file
]
struct
Foo
{
a
:
(),
// spaces ^^^ to be removed
}
enum
Foo
{
Bar
,
// spaces ^^^ to be removed
}