forked from mirror/redis
chore: cleanup
This commit is contained in:
parent
ed1b5bb28a
commit
b096f432a3
|
@ -156,7 +156,8 @@ func (cmd *baseCmd) stringArg(pos int) string {
|
|||
case string:
|
||||
return v
|
||||
default:
|
||||
return fmt.Sprintf("%v", v)
|
||||
// TODO: consider using appendArg
|
||||
return fmt.Sprint(v)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue