Skip to content

Commit 3b261b3

Browse files
Let dune reformat dune files
1 parent 02741dc commit 3b261b3

3 files changed

Lines changed: 13 additions & 8 deletions

File tree

src/dune

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
(library
2-
(name orewa)
3-
(public_name orewa)
4-
(libraries core async)
5-
(preprocess (pps ppx_let ppx_deriving.show ppx_deriving.eq)))
2+
(name orewa)
3+
(public_name orewa)
4+
(libraries core async)
5+
(preprocess
6+
(pps ppx_let ppx_deriving.show ppx_deriving.eq)))

test/integration/dune

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
(executable
22
(name test)
3-
(preprocess (pps ppx_let ppx_deriving.show ppx_deriving.eq))
3+
(preprocess
4+
(pps ppx_let ppx_deriving.show ppx_deriving.eq))
45
(libraries alcotest alcotest-async core async orewa))
56

67
(alias
78
(name integration)
8-
(deps (:test test.exe))
9-
(action (run %{test} --color=always)))
9+
(deps
10+
(:test test.exe))
11+
(action
12+
(run %{test} --color=always)))

test/pipeline_read/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
(executable
22
(name pipeline_read)
3-
(preprocess (pps ppx_let))
3+
(preprocess
4+
(pps ppx_let))
45
(libraries core async orewa))

0 commit comments

Comments
 (0)