Skip to content

Commit

Permalink
chore: update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nbacquey committed Sep 17, 2024
1 parent 783da4d commit ea56d48
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions topiary-cli/tests/samples/expected/ocaml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1187,8 +1187,8 @@ let () =

let () =
foo x (fun y ->
zzzzzzzzzz
)
zzzzzzzzzz
)

let foo x = function
| y -> zzzzzzzzzz
Expand All @@ -1206,9 +1206,9 @@ let () =

let () =
foo x (function
| y -> zzzzzzzzzz
| u -> vvvvvvvvv
)
| y -> zzzzzzzzzz
| u -> vvvvvvvvv
)

(* #727 proper formatting of multi-lined typed function argument *)
let foo
Expand Down

0 comments on commit ea56d48

Please sign in to comment.