From 0229fc82558bbcc7211c319a0f327402a97d4349 Mon Sep 17 00:00:00 2001 From: l3utterfly Date: Mon, 29 Jul 2024 20:12:46 +0900 Subject: [PATCH] added final new line for editor config check --- src/llama.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/llama.cpp b/src/llama.cpp index 4ffcd9d6a..86b5e4c05 100644 --- a/src/llama.cpp +++ b/src/llama.cpp @@ -19161,4 +19161,4 @@ void llama_log_callback_default(ggml_log_level level, const char * text, void * (void) user_data; fputs(text, stderr); fflush(stderr); -} \ No newline at end of file +}