Skip to content

Commit 8b7d60c

Browse files
committed
fmt
1 parent 4086efe commit 8b7d60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ func (c *Client) sendRequest(
154154
ID: mcp.NewRequestId(id),
155155
Method: method,
156156
Params: params,
157-
Header: header,
157+
Header: header,
158158
}
159159

160160
response, err := c.transport.SendRequest(ctx, request)

0 commit comments

Comments
 (0)