2
0
Rudy Ges 1 жил өмнө
parent
commit
e3d2826633

+ 1 - 1
src/compiler/hxb/hxbWriter.ml

@@ -1239,7 +1239,7 @@ module HxbWriter = struct
 				| None ->
 					Chunk.write_u8 writer.chunk 0;
 					write_tmono_ref writer r;
-					| Some t ->
+				| Some t ->
 					(* Don't write bound monomorphs, write underlying type directly *)
 					write_type_instance writer t
 				end