Update tests/test-llama-grammar.cpp

Co-authored-by: slaren <slarengh@gmail.com>
This commit is contained in:
Michael Klimenko 2024-01-29 08:56:18 +01:00 committed by GitHub
parent 4e53e000d7
commit 56701f336d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -98,7 +98,7 @@ int main()
},
};
for (const auto& pair : expected)
for (const auto & pair : expected)
{
parsed_grammar.symbol_ids[pair.first] = pair.second;
}