From ad392df9333b833ddd052e9a8cdaae51cc2495d5 Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 25 Jun 2021 02:46:32 +0000 Subject: [PATCH] remove unnecessary newline Former-commit-id: 532af9cd0286ac6ece6f401c42aea18e36d16f7c --- src/replication.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/replication.cpp b/src/replication.cpp index 94b35e314..e9a503167 100644 --- a/src/replication.cpp +++ b/src/replication.cpp @@ -4975,7 +4975,6 @@ void flushReplBacklogToClients() /* 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); prepareClientToWrite(replica); - } if (fAsyncWrite) ProcessPendingAsyncWrites();