Skip to content

Commit ecdd861

Browse files
committed
Remove another trailing whitespace
Signed-off-by: Lennart Austenfeld <[email protected]>
1 parent 2f31f44 commit ecdd861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vendor/minja/chat-template.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ class chat_template {
165165
auto out_empty = try_raw_render(json::array({dummy_user_msg, {{"role", "assistant"}, {"content", ""}}}), {}, false);
166166
auto out_null = try_raw_render(json::array({dummy_user_msg, {{"role", "assistant"}, {"content", nullptr}}}), {}, false);
167167
caps_.requires_non_null_content = contains(out_empty, user_needle) && !contains(out_null, user_needle);
168-
168+
169169
json j_null;
170170
auto make_tool_calls_msg = [&](const json & tool_calls) {
171171
return json {

0 commit comments

Comments
 (0)