Skip to content

Commit 3d354d6

Browse files
committed
Format code to reduce diffs
1 parent a8b3a85 commit 3d354d6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

bench/dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
(run %{test} -brief "Fib")
2323
(run %{test} -brief "Picos binaries")
2424
(run %{test} -brief "Bounded_q with Picos_sync")
25-
(run %{test} -brief "Memory usage")))
25+
(run %{test} -brief "Memory usage")
26+
;;
27+
))
2628
(foreign_stubs
2729
(language c)
2830
(names bench_stubs))

test/dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@
6262
(run %{test} -- "Non-cancelable ops" 0)
6363
(run %{test} -- "Mutex and Condition" 0)
6464
(run %{test} -- "Mutex and Condition" 1)
65-
(run %{test} -- "Mutex and Condition" 2))))
65+
(run %{test} -- "Mutex and Condition" 2)
66+
;;
67+
)))
6668

6769
;;
6870

0 commit comments

Comments
 (0)