Skip to content

Commit 5deff21

Browse files
committed
fmt
1 parent 342c45e commit 5deff21

File tree

1 file changed

+3
-1
lines changed
  • compiler/tests-sourcemap

1 file changed

+3
-1
lines changed

compiler/tests-sourcemap/dune

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
(name test)
88
(modules test)
99
(modes js)
10-
(js_of_ocaml (link_flags (:standard --source-map-root /my/sourceRoot)))
10+
(js_of_ocaml
11+
(link_flags
12+
(:standard --source-map-root /my/sourceRoot)))
1113
(libraries testlib))
1214

1315
(library

0 commit comments

Comments
 (0)