We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 902918e commit afca6b7Copy full SHA for afca6b7
lib/Params.ml
@@ -851,9 +851,7 @@ let get_if_then_else (c : Conf.t) ~pro ~first ~last ~parens_bch
851
~parens_prev_bch ~xcond ~xbch ~expr_loc ~fmt_infix_ext_attrs
852
~infix_ext_attrs ~fmt_cond ~cmts_before_kw ~cmts_after_kw =
853
let imd = c.fmt_opts.indicate_multiline_delimiters.v in
854
- let ( beginend_loc
855
- , infix_ext_attrs_beginend
856
- , branch_expr ) =
+ let beginend_loc, infix_ext_attrs_beginend, branch_expr =
857
let ast = xbch.Ast.ast in
858
match ast with
859
| {pexp_desc= Pexp_beginend ({pexp_desc; _}, _); _}
0 commit comments