Skip to content

Commit b767b2f

Browse files
committed
cleanup
1 parent 6bf4b16 commit b767b2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

jscomp/ml/typecore.ml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3881,11 +3881,11 @@ let report_error env ppf = function
38813881
fprintf ppf "@[<v>";
38823882
38833883
fprintf ppf "@[<2>The %s @{<error>%s@} does not belong to type @{<info>%a@}@]@,@,"
3884-
(label_of_kind kind)
3885-
name (*kind*) Printtyp.path p;
3884+
(label_of_kind kind)
3885+
name (*kind*) Printtyp.path p;
38863886
38873887
fprintf ppf "@[<2>%s type@ @{<info>%a@}@]"
3888-
eorp type_expr ty;
3888+
eorp type_expr ty;
38893889
38903890
fprintf ppf "@]";
38913891
end;

0 commit comments

Comments
 (0)