rust/rustfmt-core/tests/target/space-not-before-newline.rs
2018-02-07 22:48:05 +09:00

9 lines
112 B
Rust

struct Foo {
a: (),
// spaces ^^^ to be removed
}
enum Foo {
Bar,
// spaces ^^^ to be removed
}