Skip to content

Commit 6bb282f

Browse files
committed
chore: rename a unused param to _
Signed-off-by: fukua95 <[email protected]>
1 parent af833b7 commit 6bb282f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osscluster.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ func (c *ClusterClient) processTxPipelineNode(
15691569
}
15701570

15711571
func (c *ClusterClient) processTxPipelineNodeConn(
1572-
ctx context.Context, node *clusterNode, cn *pool.Conn, cmds []Cmder, failedCmds *cmdsMap,
1572+
ctx context.Context, _ *clusterNode, cn *pool.Conn, cmds []Cmder, failedCmds *cmdsMap,
15731573
) error {
15741574
if err := cn.WithWriter(c.context(ctx), c.opt.WriteTimeout, func(wr *proto.Writer) error {
15751575
return writeCmds(wr, cmds)

0 commit comments

Comments
 (0)