Skip to content

Commit

Permalink
Dune fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Dec 17, 2024
1 parent e3cadb7 commit b31447a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/dune
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
(:standard -open Explode_js_prelude))
(libraries bos cmdliner explode_js explode_js.instrumentation)
(instrumentation
(backend bisect_ppx)))
(backend bisect_ppx)))
1 change: 0 additions & 1 deletion src/dune
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,3 @@
(explode_js nodejs)))
(files
(esl_symbolic.js as esl_symbolic.js)))

3 changes: 2 additions & 1 deletion src/instrumentation/value.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ module Parser = struct
let model = Util.member "model" json |> Util.to_assoc in
List.fold_left add_binding Map.empty model

let from_file (fname : string) : (t Map.t, [> Instrument_result.err ]) result =
let from_file (fname : string) : (t Map.t, [> Instrument_result.err ]) result
=
let open Result in
let* json =
try Ok (Json.from_file ~fname fname)
Expand Down

0 comments on commit b31447a

Please sign in to comment.