Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Romain Beauxis committed Oct 25, 2023
1 parent b67d227 commit c2168d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooling/parsed_json.ml
Original file line number Diff line number Diff line change
Expand Up @@ -582,7 +582,7 @@ let rec to_json { pos; term; comments } : Json.t =
([("ast_comments", ast_comments); ("position", json_of_positions pos)]
@ to_ast_json ~to_json term)

let parse_string ?(formatter=Format.err_formatter) content =
let parse_string ?(formatter = Format.err_formatter) content =
let lexbuf = Sedlexing.Utf8.from_string content in
let throw = Runtime.throw ~formatter lexbuf in
try
Expand Down

0 comments on commit c2168d7

Please sign in to comment.