aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/rust/tuple.rs
blob: 9001f77a5322e707c2038a67c55f5833cf6cf4b8 (plain) (blame)
1
2
3
4
5
6
7
8
fn foo() {
    for (
        a,
        b
    ) in c.iter() {
        // ...
    }
}