Skip to content

Commit d9503b8

Browse files
hyperpolymathclaude
andcommitted
fix(build): format js/dune per dune fmt requirements
dune build @fmt was rejecting js/dune for two minor formatting issues: single-line (preprocess ...) and (flags ...) stanzas. dune fmt prefers them on multi-line. Reformatted; matches what 'dune build @fmt --auto' would have produced. Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com> Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
1 parent ea2adda commit d9503b8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

js/dune

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
(modes js)
66
(modules playground js_api)
77
(libraries affinescript js_of_ocaml)
8-
(preprocess (pps js_of_ocaml-ppx))
8+
(preprocess
9+
(pps js_of_ocaml-ppx))
910
(js_of_ocaml
10-
(flags (:standard --enable=effects --source-map))))
11+
(flags
12+
(:standard --enable=effects --source-map))))

0 commit comments

Comments
 (0)