From f85771c664961f4e8a4257bebd48cd37c5387031 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:24:34 -0500 Subject: [PATCH] chore: run format --- tests/AnthropicClient.Tests/Usings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AnthropicClient.Tests/Usings.cs b/tests/AnthropicClient.Tests/Usings.cs index 2310971..8abf3e0 100644 --- a/tests/AnthropicClient.Tests/Usings.cs +++ b/tests/AnthropicClient.Tests/Usings.cs @@ -15,4 +15,4 @@ global using FluentAssertions; global using Microsoft.Extensions.Configuration; -global using RichardSzalay.MockHttp; +global using RichardSzalay.MockHttp; \ No newline at end of file