From 138b0e699b42dbcd4d485286084faa5e38b53635 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 4 Mar 2025 13:56:08 +0100 Subject: [PATCH] fix: fix end of files for pre-commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Sébastien Han --- tests/api/fixtures/recorded_responses/chat_completion.json | 2 +- tests/api/fixtures/recorded_responses/invoke_tool.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/api/fixtures/recorded_responses/chat_completion.json b/tests/api/fixtures/recorded_responses/chat_completion.json index 6562d4a5c..6f2973ffc 100644 --- a/tests/api/fixtures/recorded_responses/chat_completion.json +++ b/tests/api/fixtures/recorded_responses/chat_completion.json @@ -10630,4 +10630,4 @@ ], "type": "generator" } -} \ No newline at end of file +} diff --git a/tests/api/fixtures/recorded_responses/invoke_tool.json b/tests/api/fixtures/recorded_responses/invoke_tool.json index 1559ad8e6..b6300f7e3 100644 --- a/tests/api/fixtures/recorded_responses/invoke_tool.json +++ b/tests/api/fixtures/recorded_responses/invoke_tool.json @@ -290,4 +290,4 @@ "metadata": null } } -} \ No newline at end of file +}