From 21ce029f0983ad2915309e8423f38972e17c7c14 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 14 Jul 2025 23:06:15 -0500 Subject: [PATCH] chore: run dotnet format --- tests/AnthropicClient.Tests/Unit/Models/UrlSourceTests.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/AnthropicClient.Tests/Unit/Models/UrlSourceTests.cs b/tests/AnthropicClient.Tests/Unit/Models/UrlSourceTests.cs index d1ccbc8..d9f88cc 100644 --- a/tests/AnthropicClient.Tests/Unit/Models/UrlSourceTests.cs +++ b/tests/AnthropicClient.Tests/Unit/Models/UrlSourceTests.cs @@ -61,4 +61,4 @@ public class UrlSourceTests : SerializationTest result.Should().BeEquivalentTo(new UrlSource("https://example.com/document.pdf")); } -} +} \ No newline at end of file