We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a325ecc commit 7b5b261Copy full SHA for 7b5b261
lib/Params.ml
@@ -544,9 +544,7 @@ let get_cases (c : Conf.t) ~fmt_infix_ext_attrs ~ctx ~first ~last
544
; _ }
545
when not cmts_before ->
546
let close_paren =
547
- let offset =
548
- if indent >= 2 then 2 - indent else 0
549
- in
+ let offset = if indent >= 2 then 2 - indent else 0 in
550
fits_breaks " end" ~level:1 ~hint:(1000, offset) "end"
551
in
552
( break 1 0 $ fmt_infix_ext_attrs ~pro:(str "begin") infix_ext_attrs
0 commit comments