all: Even more boring linter fixes (#5501)
This commit is contained in:
@@ -132,8 +132,8 @@ func getTCPConnectionPair() (net.Conn, net.Conn, error) {
|
||||
}
|
||||
|
||||
// Set the buffer sizes etc as usual
|
||||
dialer.SetTCPOptions(conn0)
|
||||
dialer.SetTCPOptions(conn1)
|
||||
_ = dialer.SetTCPOptions(conn0)
|
||||
_ = dialer.SetTCPOptions(conn1)
|
||||
|
||||
return conn0, conn1, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user