Skip to content

Commit

Permalink
Preview: Upgrade to OCamlformat 0.26.1 (unreleased)
Browse files Browse the repository at this point in the history
The aim of this preview is to gather feedback.

Changelog can be found here: https://github.com/ocaml-ppx/ocamlformat/blob/main/CHANGES.md
  • Loading branch information
Julow committed Sep 15, 2023
1 parent 1525ed8 commit 9ce1373
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ocamlformat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
version=0.26.0
version=0.26.1
profile=conventional
parse-docstrings=true
3 changes: 2 additions & 1 deletion src/context_free.mli
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ class map_top_down :
Expect_mismatch_handler.t (* default: Expect_mismatch_handler.nop *) ->
?generated_code_hook:
Generated_code_hook.t (* default: Generated_code_hook.nop *) ->
Rule.t list -> object
Rule.t list ->
object
inherit Ast_traverse.map_with_expansion_context_and_errors
end

0 comments on commit 9ce1373

Please sign in to comment.