From 468edfd92c0deadf97f3f7cb0a0c02061965e04b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Han?= Date: Tue, 4 Mar 2025 16:05:02 +0100 Subject: [PATCH] fix: fix end of files for pre-commit (#1387) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # What does this PR do? Fix end of files hook for pre-commit. [//]: # (If resolving an issue, uncomment and update the line below) [//]: # (Closes #[issue-number]) ## Test Plan Run pre-commit without any errors: ``` uv run pre-commit run --all-files ``` 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 +}