remove unnecessary newline

Former-commit-id: 532af9cd0286ac6ece6f401c42aea18e36d16f7c
This commit is contained in:
John Sully 2021-06-25 02:46:32 +00:00
parent 2441580de2
commit ad392df933

View File

@ -4975,7 +4975,6 @@ void flushReplBacklogToClients()
/* Only if the there isn't already a pending write do we prepare the client to write */ /* Only if the there isn't already a pending write do we prepare the client to write */
serverAssert(replica->repl_curr_off != g_pserver->master_repl_offset); serverAssert(replica->repl_curr_off != g_pserver->master_repl_offset);
prepareClientToWrite(replica); prepareClientToWrite(replica);
} }
if (fAsyncWrite) if (fAsyncWrite)
ProcessPendingAsyncWrites(); ProcessPendingAsyncWrites();