diff --git a/internal/llm/tools/sourcegraph.go b/internal/llm/tools/sourcegraph.go index 1496baf6ae148368570057567bd4ad396ce40d3c..0fb517512db18e4a817bf99e95971920018052d2 100644 --- a/internal/llm/tools/sourcegraph.go +++ b/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 (