Skip to content

Commit b4d9779

Browse files
committed
fmt
1 parent bd66520 commit b4d9779

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/fulminate/cn_to_ail.ml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,9 @@ let rec cn_to_ail_expr_aux
17841784
in
17851785
let e1_transformed = transform_switch_expr e1 in
17861786
let unreachable =
1787-
A.AilSexpr (mk_expr (AilEcall (mk_expr (AilEident (Sym.fresh "abort")),[]))) in
1787+
A.AilSexpr
1788+
(mk_expr (AilEcall (mk_expr (AilEident (Sym.fresh "abort")), [])))
1789+
in
17881790
let ail_case_stmts =
17891791
List.map build_case dt.cn_dt_cases
17901792
@ [ mk_stmt (AilSdefault (mk_stmt unreachable)) ]

0 commit comments

Comments
 (0)