aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/rust/struct.rs
blob: f3828977f2eb6fcc93157eb33c3844b7165c9cca (plain) (blame)
1
2
3
4
struct Foo {
    x: u32,
    y: u32,
}