Skip to content

Commit 18bce15

Browse files
committed
no trailing whitespace in case
1 parent 84135f6 commit 18bce15

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jscomp/core/js_dump.ml

-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,6 @@ and pp_one_case_clause : 'a .
508508
pp_cond f switch_case; (* could be integer or string *)
509509
P.space f ;
510510
P.string f L.colon );
511-
P.space f;
512511
P.group f 1 (fun _ ->
513512
let cxt =
514513
match switch_body with

0 commit comments

Comments
 (0)