Commit 7277e5d8 authored by hwware's avatar hwware Committed by antirez
Browse files

format fix

parent 1bb5ee9c
...@@ -685,7 +685,7 @@ NULL ...@@ -685,7 +685,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;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment