Aesthetic change to make a line more 80-cols friendly.
This commit is contained in:
parent
5fd9f701da
commit
3a99d1228a
@ -1431,9 +1431,9 @@ void clusterCommand(redisClient *c) {
|
||||
|
||||
/* If this node was importing this slot, assigning the slot to
|
||||
* itself also clears the importing status. */
|
||||
if (n == server.cluster->myself && server.cluster->importing_slots_from[slot])
|
||||
if (n == server.cluster->myself &&
|
||||
server.cluster->importing_slots_from[slot])
|
||||
server.cluster->importing_slots_from[slot] = NULL;
|
||||
|
||||
clusterDelSlot(slot);
|
||||
clusterAddSlot(n,slot);
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user