From f81d2058aeba470b26a461c2043c82427cb9ac39 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Fri, 29 Dec 2023 20:23:51 +0200 Subject: [PATCH] tests : fix trailing whitespace --- tests/test-tokenizer-0-deepseek-llm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test-tokenizer-0-deepseek-llm.cpp b/tests/test-tokenizer-0-deepseek-llm.cpp index e60731071..98d628615 100644 --- a/tests/test-tokenizer-0-deepseek-llm.cpp +++ b/tests/test-tokenizer-0-deepseek-llm.cpp @@ -142,7 +142,7 @@ int main(int argc, char **argv) { success = false; } } - + if (!fname_text.empty()) { fprintf(stderr, "%s : tokenizing: '%s'\n", __func__, fname_text.c_str());