Skip to content

Commit 1f63ec7

Browse files
dune fmt
1 parent 792ec9c commit 1f63ec7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

lib/Fmt_ast.ml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2308,9 +2308,8 @@ and fmt_expression c ?(box = true) ?(pro = noop) ?eol ?parens
23082308
let pro = pro $ break 1 0 $ fmt_label lbl label_sep in
23092309
expr_epi
23102310
$ hovbox 4
2311-
(fmt_expression c ~pro ~box:false (sub_exp ~ctx last_arg)
2312-
$ fmt_if parens (closing_paren c ~force ~offset:(-3))
2313-
)
2311+
( fmt_expression c ~pro ~box:false (sub_exp ~ctx last_arg)
2312+
$ fmt_if parens (closing_paren c ~force ~offset:(-3)) )
23142313
| _ ->
23152314
let fmt_atrs =
23162315
fmt_attributes c ~pre:(Break (1, -2)) pexp_attributes

0 commit comments

Comments
 (0)