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
@@ -63,4 +63,4 @@ public class AnthropicResult<T>
{
return new AnthropicResult<T>(default!, error, false, headers);
}
}
}