added final new line for editor config check

This commit is contained in:
l3utterfly 2024-07-29 20:12:46 +09:00
parent 12bfa7820c
commit 0229fc8255

View file

@ -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);
}
}