mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
remove redundant Semicolon
This commit is contained in:
parent
a2732291cd
commit
34d5982bd5
@ -271,7 +271,7 @@ void trackingInvalidateKey(robj *keyobj) {
|
||||
trackingRememberKeyToBroadcast(sdskey,sdslen(sdskey));
|
||||
|
||||
rax *ids = raxFind(TrackingTable,(unsigned char*)sdskey,sdslen(sdskey));
|
||||
if (ids == raxNotFound) return;;
|
||||
if (ids == raxNotFound) return;
|
||||
|
||||
raxIterator ri;
|
||||
raxStart(&ri,ids);
|
||||
|
Loading…
Reference in New Issue
Block a user