Skip to content

Commit 2b62627

Browse files
committed
reformat
Signed-off-by: Olivier Nicole <[email protected]>
1 parent 6b2e3bd commit 2b62627

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dune_rules/jsoo/jsoo_rules.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ end = struct
254254
| "--disable=effects" :: rest -> loop acc rest
255255
| "--effects" :: _backend :: rest -> loop acc rest
256256
| maybe_effects :: rest when String.is_prefix maybe_effects ~prefix:"--effects=" ->
257-
loop acc rest
257+
loop acc rest
258258
| other :: rest -> loop (other :: acc) rest
259259
in
260260
loop [] flags |> List.rev

0 commit comments

Comments
 (0)