From 808b6dfdeaae2f3b5dc0485152c2be6abeb158be Mon Sep 17 00:00:00 2001 From: Baizhou Zhang Date: Tue, 25 Nov 2025 10:57:23 -0800 Subject: [PATCH] [Minor] Fix lint (#13938) --- examples/chat_template/tool_chat_template_llama3.1_json.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/chat_template/tool_chat_template_llama3.1_json.jinja b/examples/chat_template/tool_chat_template_llama3.1_json.jinja index 036ed4698..f609c3886 100644 --- a/examples/chat_template/tool_chat_template_llama3.1_json.jinja +++ b/examples/chat_template/tool_chat_template_llama3.1_json.jinja @@ -118,4 +118,4 @@ {%- endfor %} {%- if add_generation_prompt %} {{- '<|start_header_id|>assistant<|end_header_id|>\n\n' }} -{%- endif %} \ No newline at end of file +{%- endif %}