Remove additional space from comment.

This commit is contained in:
antirez
2019-11-19 17:25:56 +01:00
parent 32a6e3e48e
commit 1a9855d7d9
+1 -1
View File
@@ -1219,7 +1219,7 @@ void xaddCommand(client *c) {
return;
}
/* Return ASAP if minimal ID (0-0) was given so we avoid possibly creating
/* Return ASAP if minimal ID (0-0) was given so we avoid possibly creating
* a new stream and have streamAppendItem fail, leaving an empty key in the
* database. */
if (id_given && id.ms == 0 && id.seq == 0) {