From aaea4a25bc25b3620ad48771f5a4816932be59ef Mon Sep 17 00:00:00 2001 From: Christian Rocha Date: Fri, 27 Feb 2026 15:47:38 -0500 Subject: [PATCH] chore: gofumpt --- providers/anthropic/anthropic.go | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/providers/anthropic/anthropic.go b/providers/anthropic/anthropic.go index 10f845b9d88be697d82ab76c20ad6fcca172f76f..ca09ab3f8eddb5d96468da85ea4ca90a877a1629 100644 --- a/providers/anthropic/anthropic.go +++ b/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