Skip to content

Commit

Permalink
chore(ocamlformat)
Browse files Browse the repository at this point in the history
  • Loading branch information
W95Psp committed Jun 6, 2024
1 parent 5536e18 commit 36fa2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions engine/lib/dune
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@
(with-stdout-to
ast_visitors.ml
(with-stdin-from
%{ast}
(run generate_visitors)))))
%{ast}
(run generate_visitors)))))

(rule
(target concrete_ident_generated.ml)
Expand Down
1 change: 0 additions & 1 deletion engine/utils/generate_visitors/errors.ml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ open struct
end

let yojson_of_t (e : t) = into_string e |> [%yojson_of: t_string]

let _ = pp_t_string (* just to silence OCaml warning *)

exception Error of t

0 comments on commit 36fa2a1

Please sign in to comment.