Browse Source

[hxb] whitespace nazi

Rudy Ges 1 year ago
parent
commit
e3d2826633
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/compiler/hxb/hxbWriter.ml

+ 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