Skip to content

Commit 4c59678

Browse files
committed
chore: apply fmt
Signed-off-by: Etienne Marais <[email protected]>
1 parent f25be0e commit 4c59678

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

src/dune_rules/stanzas/buildable.ml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,7 @@ let decode (for_ : for_) =
105105
(2, 0)
106106
~extra_info:"Use the (foreign_archives ...) field instead."
107107
>>> enter (maybe string))))
108-
and+ libraries =
109-
decode_libraries ~allow_re_export:in_library
108+
and+ libraries = decode_libraries ~allow_re_export:in_library
110109
and+ flags = decode_ocaml_flags
111110
and+ js_of_ocaml =
112111
field

test/blackbox-tests/test-cases/oxcaml/dune

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
(enabled_if %{oxcaml_supported}))
44

55
(cram
6-
(deps helpers.sh)
7-
(applies_to :whole_subtree))
6+
(deps helpers.sh)
7+
(applies_to :whole_subtree))

0 commit comments

Comments
 (0)