Skip to content

Commit

Permalink
[interpreter]: Avoids reformatting unrelated lines in dune-project
Browse files Browse the repository at this point in the history
  • Loading branch information
muqiuhan committed Jan 4, 2024
1 parent 6e19f23 commit df534c4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions interpreter/dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,7 @@
(tags
(wasm webassembly spec interpreter))
(depends
(ocaml
(>= 4.12))
(menhir
(>= 20220210))
(js_of_ocaml
(>= 5.5.2))
(js_of_ocaml-ppx
(>= 5.5.2))))
(ocaml (>= 4.12))
(menhir (>= 20220210))
(js_of_ocaml (>= 5.5.2))
(js_of_ocaml-ppx (>= 5.5.2))))

0 comments on commit df534c4

Please sign in to comment.