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