Skip to content

Commit 5d7a459

Browse files
committed
Removing trailing whitespace.
1 parent 6f1dea1 commit 5d7a459

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
@@ -279,7 +279,7 @@ static void test_failure_missing_reference() {
279279
fprintf(stderr, "🟢 Testing for missing reference node:\n");
280280

281281
// Test case for a grammar that is missing a referenced rule
282-
const std::string grammar_str =
282+
const std::string grammar_str =
283283
R"""(root ::= expr
284284
expr ::= term ("+" term)*
285285
term ::= numero

0 commit comments

Comments
 (0)