Skip to content

Commit e1921ca

Browse files
committed
Recreate whole_compiler
Signed-Off-By: Josh Abernathy <joshaber@gmail.com>
1 parent 9a4d977 commit e1921ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: jscomp/bin/whole_compiler.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -84305,12 +84305,12 @@ and statement_desc top cxt f (s : J.statement_desc) : Ext_pp_scope.t =
8430584305
| Some [{statement_desc = If _} as nest]
8430684306
| Some [{statement_desc = Block [ {statement_desc = If _ ; _} as nest] ; _}]
8430784307
->
84308-
P.newline f;
84308+
P.space f;
8430984309
P.string f L.else_;
8431084310
P.space f;
8431184311
statement false cxt f nest
8431284312
| Some s2 ->
84313-
P.newline f;
84313+
P.space f;
8431484314
P.string f L.else_;
8431584315
P.space f ;
8431684316
block cxt f s2

0 commit comments

Comments
 (0)