Remove black space.
This commit is contained in:
parent
aa5eaad48c
commit
1f1e724f47
@ -1339,7 +1339,7 @@ char *sendSynchronousCommand(int flags, int fd, ...) {
|
||||
cmd = sdscatprintf(cmd,"*%zu\r\n",argslen);
|
||||
cmd = sdscatsds(cmd,cmdargs);
|
||||
sdsfree(cmdargs);
|
||||
|
||||
|
||||
/* Transfer command to the server. */
|
||||
if (syncWrite(fd,cmd,sdslen(cmd),server.repl_syncio_timeout*1000)
|
||||
== -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user