chore: run dotnet format

This commit is contained in:
Stevan Freeborn
2024-07-01 22:46:02 -05:00
parent f848d4b792
commit 1ae90106b5
21 changed files with 78 additions and 78 deletions
+1 -1
View File
@@ -3,8 +3,8 @@ using System.Text;
using System.Text.Json;
using AnthropicClient.Json;
using AnthropicClient.Utils;
using AnthropicClient.Models;
using AnthropicClient.Utils;
namespace AnthropicClient;
+3 -3
View File
@@ -1,9 +1,9 @@
global using FluentAssertions;
global using System.Text.Json;
global using System.Text.Json.JsonDiffPatch.Xunit;
global using AnthropicClient.Models;
global using AnthropicClient.Utils;
global using System.Text.Json;
global using System.Text.Json.JsonDiffPatch.Xunit;
global using FluentAssertions;
global using Microsoft.Extensions.Configuration;