Skip to content

Commit

Permalink
dune fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Khady committed Oct 19, 2024
1 parent 63f1ba0 commit b4cf0bd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1499,7 +1499,8 @@ type t10 = [ `A of int * string * bool ] [@@deriving jsonschema]

let%expect_test "t10" =
print_schema t10_jsonschema;
[%expect {|
[%expect
{|
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
Expand All @@ -1523,7 +1524,8 @@ type t11 = [ `B of int * string * bool ] [@@deriving jsonschema ~polymorphic_var

let%expect_test "t11" =
print_schema t11_jsonschema;
[%expect {|
[%expect
{|
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"anyOf": [
Expand Down

0 comments on commit b4cf0bd

Please sign in to comment.