Skip to content

Commit a623124

Browse files
committed
chore(mcpclient): gofmt alignment pass
1 parent a0f9228 commit a623124

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

internal/mcpclient/client_concurrent_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ func TestClient_ConcurrentCallsNoResponseLoss(t *testing.T) {
3838
// arrival order — this avoids a race condition where goroutine
3939
// scheduling determines which request arrives first.
4040
type rawRequest struct {
41-
ID int `json:"id"`
42-
Method string `json:"method"`
43-
Params json.RawMessage `json:"params,omitempty"`
41+
ID int `json:"id"`
42+
Method string `json:"method"`
43+
Params json.RawMessage `json:"params,omitempty"`
4444
}
4545
go func() {
4646
scanner := bufio.NewScanner(serverRead)

internal/mcpclient/client_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func TestToolAdapter(t *testing.T) {
257257

258258
func TestBuildEnv_Overrides(t *testing.T) {
259259
result := buildEnv(map[string]string{
260-
"PATH": "/custom/bin",
260+
"PATH": "/custom/bin",
261261
"NEW_VAR": "hello",
262262
})
263263

0 commit comments

Comments
 (0)