Skip to content

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierNicole committed Jan 29, 2025
1 parent 6b2e3bd commit 7f6f913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dune_rules/jsoo/jsoo_rules.ml
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ end = struct
| "--disable=effects" :: rest -> loop acc rest
| "--effects" :: _backend :: rest -> loop acc rest
| maybe_effects :: rest when String.is_prefix maybe_effects ~prefix:"--effects=" ->
loop acc rest
loop acc rest
| other :: rest -> loop (other :: acc) rest
in
loop [] flags |> List.rev
Expand Down

0 comments on commit 7f6f913

Please sign in to comment.