Remove redundant return
This commit is contained in:
parent
425d139b1c
commit
3adfc2a5bb
|
@ -70,7 +70,6 @@ func (c *client) Close() {
|
||||||
}
|
}
|
||||||
c.conn.Close()
|
c.conn.Close()
|
||||||
c.conn = nil
|
c.conn = nil
|
||||||
return
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *client) logf(format string, args ...interface{}) {
|
func (c *client) logf(format string, args ...interface{}) {
|
||||||
|
|
Reference in New Issue