Remove additional space from comment.
This commit is contained in:
parent
1530a3cfc6
commit
5b80a41cad
@ -1220,7 +1220,7 @@ void xaddCommand(client *c) {
|
|||||||
return;
|
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
|
* a new stream and have streamAppendItem fail, leaving an empty key in the
|
||||||
* database. */
|
* database. */
|
||||||
if (id_given && id.ms == 0 && id.seq == 0) {
|
if (id_given && id.ms == 0 && id.seq == 0) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user