Skip to content

Commit

Permalink
Merge pull request #242 from ocaml/ps/rr/chore__dune_file_formatting
Browse files Browse the repository at this point in the history
chore: dune file formatting
  • Loading branch information
rgrinberg authored Apr 14, 2024
2 parents 3b705ab + 7943018 commit 592471d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 3 additions & 1 deletion dune
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
(env
(_ (flags (:standard -w -50))))
(_
(flags
(:standard -w -50))))
5 changes: 3 additions & 2 deletions lib_test/fort_unit/dune
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(rule (copy %{project_root}/lib/fmt.ml fmt.ml))
(rule
(copy %{project_root}/lib/fmt.ml fmt.ml))

(library
(name fort_unit)
(wrapped false)
(libraries re oUnit))
(libraries re oUnit))

0 comments on commit 592471d

Please sign in to comment.