From 164f3af58ec681ca245d69af3325e72bdd136479 Mon Sep 17 00:00:00 2001 From: ochafik Date: Fri, 28 Jun 2024 08:50:41 +0100 Subject: [PATCH] rm trailing space --- tests/test-grammar-integration.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-grammar-integration.cpp b/tests/test-grammar-integration.cpp index c1d83c29c..975658f79 100644 --- a/tests/test-grammar-integration.cpp +++ b/tests/test-grammar-integration.cpp @@ -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"})""", - + } );