From 7e5ad88780fc0fe65394dac2682ad6cf68356bbd Mon Sep 17 00:00:00 2001 From: Jon Fu Date: Mon, 7 Feb 2022 15:31:59 -0500 Subject: [PATCH] formatting for Github CI --- fdbclient/NativeAPI.actor.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/fdbclient/NativeAPI.actor.cpp b/fdbclient/NativeAPI.actor.cpp index c208a3fe1c..c896301df4 100644 --- a/fdbclient/NativeAPI.actor.cpp +++ b/fdbclient/NativeAPI.actor.cpp @@ -206,7 +206,6 @@ void DatabaseContext::removeTssMapping(StorageServerInterface const& ssi) { } } - void DatabaseContext::updateCachedRV(double t, Version v) { if (v >= cachedRv) { TraceEvent("CheckpointCacheUpdate")