aboutsummaryrefslogtreecommitdiffstats
path: root/tests/indent/gleam/pipe.gleam
blob: 8d38bb9c95c554a7f81a7982a2d2bb27ca4f124e (plain) (blame)
1
2
3
4
pub fn main() {
  one()
  |> two()
}