Skip to content

Commit 6d21416

Browse files
authored
Reformat after #2142 (#2149)
1 parent cffb9cc commit 6d21416

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

middle_end/flambda2/simplify/expr_builder.ml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -834,8 +834,8 @@ let rewrite_fixed_arity_apply uacc ~use_id arity apply =
834834
| _, Never_returns -> make_apply apply
835835
| None, Return _ ->
836836
Misc.fatal_errorf
837-
"Expr_builder.rewrite_fixed_arity_apply: got no use_id for the return continuation but the apply \
838-
could return:@ %a@."
837+
"Expr_builder.rewrite_fixed_arity_apply: got no use_id for the return \
838+
continuation but the apply could return:@ %a@."
839839
Apply.print apply
840840
| Some use_id, Return cont ->
841841
rewrite_fixed_arity_continuation uacc cont ~use_id arity

0 commit comments

Comments
 (0)