Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileTrotignon committed Feb 3, 2025
1 parent 2a4f12c commit 7460d24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Params.ml
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ let get_or_pattern_is_nested ~ctx pat =
not
(List.exists bindings.pvbs_bindings ~f:(function
| {pvb_body= Pfunction_cases (cases, _, _); _} -> check_cases cases
| _ -> false ) )
| _ -> false ))
| _ -> true

let get_or_pattern_sep ?(cmts_before = false) ?(space = false) (c : Conf.t)
Expand Down

0 comments on commit 7460d24

Please sign in to comment.