Skip to content

Commit c0e1c12

Browse files
committed
Rename test files and fix dune-project
Signed-off-by: Nathan Rebours <nathan.p.rebours@gmail.com>
1 parent a78dd0b commit c0e1c12

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

api-watch.opam

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ depends: [
1616
"fmt"
1717
"cmdliner" {>= "1.1.0"}
1818
"diffutils"
19+
"ocamlformat" {with-dev-setup & = "0.26.2"}
1920
"odoc" {with-doc}
2021
]
2122
build: [

dune-project

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,4 @@
2323
fmt
2424
(cmdliner (>= 1.1.0))
2525
diffutils
26-
(ocamlformat (and :with-dev-setup (= 0.26.2))))
27-
26+
(ocamlformat (and :with-dev-setup (= 0.26.2)))))
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)