Skip to content

Commit 885f7e2

Browse files
committed
fix CI
1 parent bc64016 commit 885f7e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/bsb/bsb_ninja_rule.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ let make_custom_rules
207207

208208
Ext_buffer.add_char_string buf ' ' ppx_flags;
209209
Ext_buffer.add_char_string buf ' ' bsc_flags;
210-
Ext_buffer.add_string buf "-bs-ast -o $out $in";
210+
Ext_buffer.add_string buf " -bs-ast -o $out $in";
211211
Ext_buffer.contents buf
212212
in
213213
let build_ast =

lib/4.06.1/bsb.ml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13256,7 +13256,7 @@ let make_custom_rules
1325613256

1325713257
Ext_buffer.add_char_string buf ' ' ppx_flags;
1325813258
Ext_buffer.add_char_string buf ' ' bsc_flags;
13259-
Ext_buffer.add_string buf "-bs-ast -o $out $in";
13259+
Ext_buffer.add_string buf " -bs-ast -o $out $in";
1326013260
Ext_buffer.contents buf
1326113261
in
1326213262
let build_ast =

0 commit comments

Comments
 (0)