Skip to content

Commit

Permalink
Update deprecated Fmt functions
Browse files Browse the repository at this point in the history
  • Loading branch information
zshipko committed Mar 30, 2022
1 parent 06f72b4 commit c1cf474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphql_parser/src/ast.ml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ module Pp = struct

and selection_set fmt =
omit_empty_list
Fmt.(braces (hvbox ~indent:2 (prefix cut (list pp_selection))))
Fmt.(braces (hvbox ~indent:2 (cut ++ (list pp_selection))))
fmt

let rec pp_typ fmt = function
Expand Down

0 comments on commit c1cf474

Please sign in to comment.