formatting for Github CI

This commit is contained in:
Jon Fu 2022-02-07 15:31:59 -05:00
parent 9c0a512cf5
commit 7e5ad88780
1 changed files with 0 additions and 1 deletions

View File

@ -206,7 +206,6 @@ void DatabaseContext::removeTssMapping(StorageServerInterface const& ssi) {
}
}
void DatabaseContext::updateCachedRV(double t, Version v) {
if (v >= cachedRv) {
TraceEvent("CheckpointCacheUpdate")