Skip to content

Commit a275469

Browse files
committed
indentation
1 parent 1e29fd9 commit a275469

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

jscomp/ml/typecore.ml

+1-2
Original file line numberDiff line numberDiff line change
@@ -2175,8 +2175,7 @@ and type_expect_ ?in_function ?(recarg=Rejected) env sexp ty_expected =
21752175
let lbl_exp_list =
21762176
wrap_disambiguate "This record expression is expected to have" ty_record
21772177
(type_label_a_list loc closed env
2178-
(fun e k ->
2179-
k (type_label_exp true env loc ty_record (process_optional_label e)))
2178+
(fun e k -> k (type_label_exp true env loc ty_record (process_optional_label e)))
21802179
opath lid_sexp_list)
21812180
(fun x -> x)
21822181
in

0 commit comments

Comments
 (0)