common : fix final newline

This commit is contained in:
Georgi Gerganov 2023-12-23 11:25:34 +02:00 committed by GitHub
parent b4377eedfd
commit 88fd22c3fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,4 +111,4 @@ void llama_sampling_accept(
struct llama_sampling_context * ctx_sampling,
struct llama_context * ctx_main,
llama_token id,
bool apply_grammar);
bool apply_grammar);