mirror of
https://github.com/fluencelabs/redis
synced 2025-06-12 08:41:21 +00:00
format fix
This commit is contained in:
@ -683,7 +683,7 @@ NULL
|
|||||||
sds stats = sdsempty();
|
sds stats = sdsempty();
|
||||||
char buf[4096];
|
char buf[4096];
|
||||||
|
|
||||||
if (getLongFromObjectOrReply(c, c->argv[2], &dbid, NULL) != C_OK){
|
if (getLongFromObjectOrReply(c, c->argv[2], &dbid, NULL) != C_OK) {
|
||||||
sdsfree(stats);
|
sdsfree(stats);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user