Skip to content

Commit 29a973c

Browse files
committed
chore: format agent.go with gci and gofumpt
Signed-off-by: pnkcaht <samzoovsk19@gmail.com>
1 parent 90ddd5f commit 29a973c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pkg/acp/agent.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,11 @@ import (
66
"encoding/json"
77
"fmt"
88
"log/slog"
9+
"path/filepath"
910
"slices"
1011
"strings"
1112
"sync"
1213

13-
"path/filepath"
14-
1514
"github.com/coder/acp-go-sdk"
1615
"github.com/google/uuid"
1716

@@ -280,7 +279,6 @@ func (a *Agent) readResourceLink(
280279
sessionID string,
281280
rl *acp.ContentBlockResourceLink,
282281
) string {
283-
284282
// Strip the file:// prefix if present
285283
path := strings.TrimPrefix(rl.Uri, "file://")
286284

0 commit comments

Comments
 (0)