Skip to content

Commit 9c90b63

Browse files
committed
style(dune): reformat flags stanza to pass formatting check
1 parent e97abba commit 9c90b63

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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)