Skip to content

Commit bd059a3

Browse files
committed
Whitespace.
1 parent 5abc483 commit bd059a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/boot/me/resolve.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ let pattern_resolving_visitor
906906
* are only looking at the fact that it's a tag-like type at all, and
907907
* asking for its arity, it doesn't matter that the possibly parametric
908908
* tag type has its parameters unbound here. *)
909-
let tag_ty =
909+
let tag_ty =
910910
fn_output_ty (Hashtbl.find cx.ctxt_all_item_types tag_ctor_id)
911911
in
912912
begin

0 commit comments

Comments
 (0)