Skip to content

Commit afca6b7

Browse files
fmt
1 parent 902918e commit afca6b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lib/Params.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -851,9 +851,7 @@ let get_if_then_else (c : Conf.t) ~pro ~first ~last ~parens_bch
851851
~parens_prev_bch ~xcond ~xbch ~expr_loc ~fmt_infix_ext_attrs
852852
~infix_ext_attrs ~fmt_cond ~cmts_before_kw ~cmts_after_kw =
853853
let imd = c.fmt_opts.indicate_multiline_delimiters.v in
854-
let ( beginend_loc
855-
, infix_ext_attrs_beginend
856-
, branch_expr ) =
854+
let beginend_loc, infix_ext_attrs_beginend, branch_expr =
857855
let ast = xbch.Ast.ast in
858856
match ast with
859857
| {pexp_desc= Pexp_beginend ({pexp_desc; _}, _); _}

0 commit comments

Comments
 (0)