1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-01 18:56:00 +08:00

Apply clang format

This commit is contained in:
Zhe Wu 2022-11-01 22:28:15 -07:00
parent 32bc9b6ebb
commit 5296bb96a6

@ -543,7 +543,7 @@ Future<Void> logRouterPeekMessages(PromiseType replyPromise,
}
return Void();
}
ASSERT_WE_THINK(reqBegin >= poppedVersion(self, reqTag) && reqBegin >= self->startVersion);
endVersion = self->version.get() + 1;