From 7460d24f69a1fe2d60de5cfe1d1afb4ac1c28397 Mon Sep 17 00:00:00 2001 From: Emile Trotignon Date: Mon, 3 Feb 2025 08:20:13 +0100 Subject: [PATCH] formatting --- lib/Params.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Params.ml b/lib/Params.ml index b8a2999301..45d5ebce3b 100644 --- a/lib/Params.ml +++ b/lib/Params.ml @@ -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)