From 56701f336d34c113eba5808d5b872d0248aeeb0d Mon Sep 17 00:00:00 2001 From: Michael Klimenko Date: Mon, 29 Jan 2024 08:56:18 +0100 Subject: [PATCH] Update tests/test-llama-grammar.cpp Co-authored-by: slaren --- tests/test-llama-grammar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-llama-grammar.cpp b/tests/test-llama-grammar.cpp index f81679413..b573a0d90 100644 --- a/tests/test-llama-grammar.cpp +++ b/tests/test-llama-grammar.cpp @@ -98,7 +98,7 @@ int main() }, }; - for (const auto& pair : expected) + for (const auto & pair : expected) { parsed_grammar.symbol_ids[pair.first] = pair.second; }