Skip to content

Commit b996af5

Browse files
committed
Whitespace.
1 parent eca77bf commit b996af5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test-chat.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ static void test_templates(const struct common_chat_templates * tmpls, const std
295295
const std::string & expected_delta = "",
296296
bool expect_grammar_triggered = true,
297297
bool test_grammar_if_triggered = true,
298-
common_reasoning_format reasoning_format = COMMON_REASONING_FORMAT_NONE,
298+
common_reasoning_format reasoning_format = COMMON_REASONING_FORMAT_NONE,
299299
bool ignore_whitespace_differences = false
300300
) {
301301
common_chat_msg user_message;
@@ -2375,7 +2375,7 @@ Hey there!<|im_end|>
23752375
// Test template generation for tool calls
23762376
test_templates(tmpls.get(), end_tokens, message_assist_call, tools,
23772377
"<minimax:tool_call>\n<invoke name=\"special_function\">\n<parameter name=\"arg1\">1</parameter>\n</invoke>\n</minimax:tool_call>",
2378-
/* expect_grammar_triggered= */ true,
2378+
/* expect_grammar_triggered= */ true,
23792379
/* test_grammar_if_triggered= */ true,
23802380
/* common_reasoning_format= */ COMMON_REASONING_FORMAT_NONE,
23812381
/* ignore_whitespace_differences= */ true

0 commit comments

Comments
 (0)