Skip to content

Commit 6837565

Browse files
committed
tweak
1 parent 8354759 commit 6837565

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/core/js_dump.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1035,7 +1035,7 @@ and expression_desc cxt ~(level:int) f x : cxt =
10351035

10361036
| Object lst ->
10371037
let action () =
1038-
if lst = [] then begin P.string f "{ }" ; cxt end else
1038+
if lst = [] then begin P.string f "{}" ; cxt end else
10391039
P.brace_vgroup f 1 (fun _ ->
10401040
property_name_and_value_list cxt f lst) in
10411041
if level > 1 then

0 commit comments

Comments
 (0)