Skip to content

Commit 9978d98

Browse files
committed
Apply ocamlformat
1 parent 67bf5c9 commit 9978d98

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/lib/gen.ml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,7 @@ let cache_entry =
5656
map3
5757
(fun last_build_date hash deps ->
5858
Yocaml.Cache.entry ?last_build_date hash deps)
59-
(option int)
60-
string_small
61-
deps
59+
(option int) string_small deps
6260

6361
let cache =
6462
let open QCheck2.Gen in

0 commit comments

Comments
 (0)