Skip to content

Commit b9b9f25

Browse files
committed
[ci skip] tweak
1 parent 5cdd15e commit b9b9f25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jscomp/bin/whole_compiler.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86372,7 +86372,7 @@ and
8637286372
if l > 12
8637386373
then P.paren_group f 1 action
8637486374
else action ()
86375-
| Is_null_undefined_to_boolean e -> (** return [bool] *)
86375+
| Is_null_undefined_to_boolean e ->
8637686376
P.paren_group f 1 (fun _ ->
8637786377
let cxt = expression 1 cxt f e in
8637886378
P.space f ;

jscomp/core/js_dump.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -836,7 +836,7 @@ and
836836
if l > 12
837837
then P.paren_group f 1 action
838838
else action ()
839-
| Is_null_undefined_to_boolean e -> (** return [bool] *)
839+
| Is_null_undefined_to_boolean e ->
840840
P.paren_group f 1 (fun _ ->
841841
let cxt = expression 1 cxt f e in
842842
P.space f ;

0 commit comments

Comments
 (0)