mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Remove additional space from comment.
This commit is contained in:
@@ -1220,7 +1220,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) {
|
||||
|
||||
Reference in New Issue
Block a user