Skip to content

Commit

Permalink
Fix Ppx_deriving_printable comment indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Aug 7, 2024
1 parent 8556b70 commit b9caf63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ppx/printable/ppx_deriving_printable.ml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ let relift_deriving = ReliftDeriver.register ()

(* TODO: needs https://github.com/ocaml-ppx/ppxlib/pull/124 to include eq, ord, hash *)
(* let _ = Ppxlib.Deriving.add_alias "printable" [
relift_deriving;
] *)
relift_deriving;
] *)

0 comments on commit b9caf63

Please sign in to comment.