Skip to content

Commit

Permalink
chore: dune file formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Rudi Grinberg <[email protected]>

<!-- ps-id: 1e04d4e6-f948-4730-99ff-4eb0592f66c8 -->
  • Loading branch information
rgrinberg committed Apr 14, 2024
1 parent 3b705ab commit 7943018
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 7943018

Please sign in to comment.