From 6261a5742d565bb954fae5fc38cced8254acd06d Mon Sep 17 00:00:00 2001 From: Raphael Amorim Date: Mon, 16 Jun 2025 15:46:25 +0200 Subject: [PATCH] fix: format internal/llm/tools/sourcegraph.go --- internal/llm/tools/sourcegraph.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 (