Skip to content

Commit 5696243

Browse files
committed
fix(build): dune-format compliance — blank line + flags wrap (#90)
1 parent 714b0fe commit 5696243

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

dune

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
; Exclude vendored/snapshot subtrees that ship their own dune-project so the
22
; outer workspace does not see duplicate package definitions.
3+
34
(dirs :standard \ faces .build)

lib/dune

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@
8686
; will surface a Match_failure with file:line at runtime if exercised on an
8787
; extern decl, which is the right signal for "this target has no story for
8888
; host-supplied implementations".
89-
(flags (:standard -w -8-9))
89+
(flags
90+
(:standard -w -8-9))
9091
(preprocess
9192
(pps ppx_deriving.show ppx_deriving.eq ppx_deriving.ord sedlex.ppx)))
9293

0 commit comments

Comments
 (0)