chore: gofumpt

Christian Rocha created

Change summary

providers/anthropic/anthropic.go | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

Detailed changes

providers/anthropic/anthropic.go 🔗

@@ -32,12 +32,12 @@ const (
 )
 
 type options struct {
-	baseURL      string
-	apiKey       string
-	name         string
-	headers      map[string]string
-	userAgent    string
-	client       option.HTTPClient
+	baseURL   string
+	apiKey    string
+	name      string
+	headers   map[string]string
+	userAgent string
+	client    option.HTTPClient
 
 	vertexProject  string
 	vertexLocation string