We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 792ec9c commit 1f63ec7Copy full SHA for 1f63ec7
lib/Fmt_ast.ml
@@ -2308,9 +2308,8 @@ and fmt_expression c ?(box = true) ?(pro = noop) ?eol ?parens
2308
let pro = pro $ break 1 0 $ fmt_label lbl label_sep in
2309
expr_epi
2310
$ 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
- )
+ ( fmt_expression c ~pro ~box:false (sub_exp ~ctx last_arg)
+ $ fmt_if parens (closing_paren c ~force ~offset:(-3)) )
2314
| _ ->
2315
let fmt_atrs =
2316
fmt_attributes c ~pre:(Break (1, -2)) pexp_attributes
0 commit comments