rm trailing space

This commit is contained in:
ochafik 2024-06-28 08:50:41 +01:00
parent 91d0ad7c97
commit 164f3af58e

View file

@ -1108,7 +1108,7 @@ static void test_json_schema() {
R"""({ "number": "1600", "street_name": "Pennsylvania", "street_type":"Avenue"})""",
// "Additional properties default to false for generation, even though the spec says true.
R"""({ "number": 1600, "street_name": "Pennsylvania", "street_type":"Avenue", "direction":"NW"})""",
}
);