diff --git a/utilities/persistent_cache/block_cache_tier.cc b/utilities/persistent_cache/block_cache_tier.cc index e65952cdb..714af2c62 100644 --- a/utilities/persistent_cache/block_cache_tier.cc +++ b/utilities/persistent_cache/block_cache_tier.cc @@ -136,7 +136,7 @@ Status BlockCacheTier::Close() { template void Add(std::map* stats, const std::string& key, const T& t) { - stats->insert({key, static_cast(t)}); + stats->insert({key, static_cast(t)}); } PersistentCache::StatsType BlockCacheTier::Stats() {