From 437ff3178ce8b7de752514899a030dc428532605 Mon Sep 17 00:00:00 2001 From: Michal Moskal Date: Sun, 26 Jan 2025 13:04:36 -0800 Subject: [PATCH] add final newline --- common/sampling.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/sampling.h b/common/sampling.h index 45fc2bcef..38ae951e5 100644 --- a/common/sampling.h +++ b/common/sampling.h @@ -106,4 +106,4 @@ std::vector common_sampler_types_from_chars(const std: #ifdef LLAMA_USE_LLGUIDANCE struct llama_sampler * llama_sampler_init_llg(const llama_vocab * vocab, const char * grammar_kind, const char * grammar_data); -#endif // LLAMA_USE_LLGUIDANCE \ No newline at end of file +#endif // LLAMA_USE_LLGUIDANCE