summaryrefslogtreecommitdiff
path: root/test/indent/rust/dedent-async/in
blob: 9ab0e36d7a2a0f47581fc3ce42256d24b38d5b50 (plain)
1
2
3
4
5
6
7
8
    foo()
        .await%( )

    foo().await%( )

    foo()
        .await?%( )