9 lines
124 B
Rust
9 lines
124 B
Rust
struct Foo {
|
|
a: (),
|
|
// spaces ^^^ to be removed
|
|
}
|
|
enum Foo {
|
|
Bar,
|
|
// spaces ^^^ to be removed
|
|
}
|