format fix

This commit is contained in:
hwware 2020-01-16 17:35:26 -05:00 committed by antirez
parent afe5179dd4
commit 7e6b81527c

View File

@ -685,7 +685,7 @@ NULL
sds stats = sdsempty();
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);
return;
}