From 93761b8e7e0ac67f205abd93f6e9db9465924b02 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 19 Jul 2024 21:38:52 -0500 Subject: [PATCH] chore: run format --- .../AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs index 0a62504..25abb08 100644 --- a/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs +++ b/tests/AnthropicClient.Tests/EndToEnd/AnthropicApiClientTests.cs @@ -80,8 +80,8 @@ public class ClientTests(ConfigurationFixture configFixture) : EndToEndTest(conf result.IsSuccess.Should().BeTrue(); result.Value.Should().BeOfType(); result.Value.Content.Should().NotBeNullOrEmpty(); - - var text = result.Value.Content.Aggregate("", (acc, content) => + + var text = result.Value.Content.Aggregate("", (acc, content) => { if (content is TextContent textContent) {