Skip to content

Commit 2d677e8

Browse files
committed
nit spaces
1 parent 3a5ffaa commit 2d677e8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

common/chat.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ static void common_chat_parse_llama_3_1(common_chat_msg_parser & builder, bool w
11461146
} else if (with_builtin_tools) {
11471147
static const common_regex function_name_regex("\\s*(\\w+)\\s*\\.\\s*call\\(");
11481148
static const common_regex arg_name_regex("\\s*(\\w+)\\s*=\\s*");
1149-
1149+
11501150
auto fun_res = builder.consume_regex(function_name_regex);
11511151
auto function_name = builder.str(fun_res.groups[1]);
11521152

@@ -1181,7 +1181,6 @@ static void common_chat_parse_llama_3_1(common_chat_msg_parser & builder, bool w
11811181
}
11821182
}
11831183
builder.add_content(builder.consume_rest());
1184-
11851184
}
11861185

11871186
static common_chat_params common_chat_params_init_deepseek_r1(const common_chat_template & tmpl, const struct templates_params & inputs) {

0 commit comments

Comments
 (0)