diff --git a/scripts/get_chat_template.py b/scripts/get_chat_template.py
index fbea9c927..e8982d11a 100644
--- a/scripts/get_chat_template.py
+++ b/scripts/get_chat_template.py
@@ -75,4 +75,3 @@ def main(args):
if __name__ == '__main__':
main(sys.argv[1:])
-
diff --git a/tests/test-chat-handler.cpp b/tests/test-chat-handler.cpp
index c638105f6..6ea595c3a 100644
--- a/tests/test-chat-handler.cpp
+++ b/tests/test-chat-handler.cpp
@@ -357,7 +357,7 @@ static void test_template_output_parsers() {
assert_equals(std::string("hermes 2 pro tool calls"), describe(tmpl, tools_params));
assert_equals(std::string("hermes 2 pro tool calls"), describe(common_chat_template(read_file("tests/chat/templates/NousResearch-Hermes-3-Llama-3.1-8B-tool_use.jinja"), "", ""), tools_params));
assert_equals(std::string("hermes 2 pro tool calls"), describe(common_chat_template(read_file("tests/chat/templates/Qwen-Qwen2.5-7B-Instruct.jinja"), "", ""), tools_params));
-
+
test_template(tmpl, end_tokens, text_message, tools, "Hello, world!", /* skip_grammar_test= */ true);
test_template(tmpl, end_tokens, tool_call_message, tools,
"\n"
@@ -435,7 +435,7 @@ static void test_template_output_parsers() {
std::vector end_tokens { "<|end▁of▁sentence|>" };
assert_equals(std::string("deepseek r1 tool calls"), describe(tmpl, tools_params));
-
+
test_template(tmpl, end_tokens, text_message, tools,
"Hello, world!", /* skip_grammar_test= */ true);
test_template(tmpl, end_tokens, tool_call_message, tools,