diff --git a/src/replication.c b/src/replication.c index f442d86d6..5de4b9d7e 100644 --- a/src/replication.c +++ b/src/replication.c @@ -2026,7 +2026,8 @@ void slaveofCommand(client *c) { if (c->flags & CLIENT_SLAVE) { /* If a client is already a replica they cannot run this command, - * because it involves flushing all replicas (including this client) */ + * because it involves flushing all replicas (including this + * client) */ addReplyError(c, "Command is not valid when client is a replica."); return; }