diff --git a/src/llama-chat.cpp b/src/llama-chat.cpp index 0cae2bb10..8e60c1e8e 100644 --- a/src/llama-chat.cpp +++ b/src/llama-chat.cpp @@ -594,7 +594,7 @@ int32_t llm_chat_apply_template( } else { // template not supported return -1; - } + } dest = ss.str(); return dest.size(); }