Skip to content

Commit f53119c

Browse files
committed
minor : fix trailing whitespace (#5538)
1 parent 7084755 commit f53119c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llama.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12525,7 +12525,7 @@ static std::string trim(const std::string & str) {
1252512525
// This function uses heuristic checks to determine commonly used template. It is not a jinja parser.
1252612526
static int32_t llama_chat_apply_template_internal(
1252712527
const std::string & tmpl,
12528-
const std::vector<const llama_chat_message *> & chat,
12528+
const std::vector<const llama_chat_message *> & chat,
1252912529
std::string & dest, bool add_ass) {
1253012530
// Taken from the research: https://github.com/ggerganov/llama.cpp/issues/5527
1253112531
std::stringstream ss;

0 commit comments

Comments
 (0)