summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/space-not-before-newline.rs
blob: 9d75b726aa0a016e35fd06ee22c122905a7e3eaf (plain)
1
2
3
4
5
6
7
8
struct Foo {
    a: (),
    // spaces ^^^ to be removed
}
enum Foo {
    Bar,
    // spaces ^^^ to be removed
}