Sign in
rust
/
rustfmt
/
refs/heads/libsyntax
/
.
/
tests
/
target
/
space-not-before-newline.rs
blob: 9d75b726aa0a016e35fd06ee22c122905a7e3eaf [
file
] [
log
] [
blame
]
struct
Foo
{
a
:
(),
// spaces ^^^ to be removed
}
enum
Foo
{
Bar
,
// spaces ^^^ to be removed
}