diff --git a/tests/test-tokenizer-1-bpe.cpp b/tests/test-tokenizer-1-bpe.cpp index 9f0835c8fe8034..9dad4d86a93768 100644 --- a/tests/test-tokenizer-1-bpe.cpp +++ b/tests/test-tokenizer-1-bpe.cpp @@ -112,8 +112,7 @@ int main(int argc, char **argv) { __func__, cp, check.c_str(), check.length(), str.c_str(), str.length()); return 4; } - } - + } llama_free_model(model); llama_free(ctx);