fix: format internal/llm/tools/sourcegraph.go

Raphael Amorim created

Change summary

internal/llm/tools/sourcegraph.go | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

Detailed changes

internal/llm/tools/sourcegraph.go 🔗

@@ -25,9 +25,9 @@ type SourcegraphResponseMetadata struct {
 }
 
 type sourcegraphTool struct {
-	client        *http.Client
-	clientPool    map[int]*http.Client
-	clientPoolMu  sync.RWMutex
+	client       *http.Client
+	clientPool   map[int]*http.Client
+	clientPoolMu sync.RWMutex
 }
 
 const (