Skip to content

Commit 5bd6a0c

Browse files
ffrealityCopilot
andauthored
Update cpp/minja/chat-template.hpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 3edbaa0 commit 5bd6a0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/minja/chat-template.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ class chat_template {
9999
// fprintf(stderr, "try_raw_render: %s\n", prompt.c_str());
100100
return prompt;
101101
} catch (const std::exception & e) {
102-
(void)e; // Suppress unused variable warning in MSVC builds.
102+
(void)e; // Suppress unused variable warning in MSVC builds.
103103
// fprintf(stderr, "try_raw_render error: %s\n", e.what());
104104
return "";
105105
}

0 commit comments

Comments
 (0)