Skip to content

Commit

Permalink
make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ekdohibs committed Jun 1, 2023
1 parent 0dc2cb4 commit 6d73f33
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions backend/cmm_helpers.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1071,8 +1071,7 @@ module Extended_machtype = struct
typ_any_int
| Pvalue Pintval -> typ_tagged_int
| Pvalue _ -> typ_val
| Punboxed_product fields ->
Array.concat @@ List.map of_layout fields
| Punboxed_product fields -> Array.concat @@ List.map of_layout fields
end

let machtype_of_layout layout =
Expand Down

0 comments on commit 6d73f33

Please sign in to comment.