Sign in
android
/
toolchain
/
rustc
/
ff3f07ae99a30006dd85b9d73084edd9355c9db6
/
.
/
src
/
tools
/
rustfmt
/
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
}