Skip to content

Commit 164f3af

Browse files
author
ochafik
committed
rm trailing space
1 parent 91d0ad7 commit 164f3af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test-grammar-integration.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1108,7 +1108,7 @@ static void test_json_schema() {
11081108
R"""({ "number": "1600", "street_name": "Pennsylvania", "street_type":"Avenue"})""",
11091109
// "Additional properties default to false for generation, even though the spec says true.
11101110
R"""({ "number": 1600, "street_name": "Pennsylvania", "street_type":"Avenue", "direction":"NW"})""",
1111-
1111+
11121112
}
11131113
);
11141114

0 commit comments

Comments
 (0)