Skip to content

Commit f3218c1

Browse files
generatedunixname89002005325676facebook-github-bot
authored andcommitted
Daily arc lint --take CLANGFORMAT
Reviewed By: zsol Differential Revision: D41213384 fbshipit-source-id: 209ba8524c4c6829de71ce672dbae17198c60cde
1 parent 0866e9d commit f3218c1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cachelib/navy/bighash/BigHash.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ void BigHash::getCounters(const CounterVisitor& visitor) const {
195195
visitor("navy_bh_evictions",
196196
evictionCount_.get(),
197197
CounterVisitor::CounterType::RATE);
198-
visitor("navy_bh_evictions_expired",
199-
evictionExpiredCount_.get(),
200-
CounterVisitor::CounterType::RATE);
198+
visitor("navy_bh_evictions_expired",
199+
evictionExpiredCount_.get(),
200+
CounterVisitor::CounterType::RATE);
201201
visitor("navy_bh_logical_written",
202202
logicalWrittenCount_.get(),
203203
CounterVisitor::CounterType::RATE);

cachelib/navy/block_cache/BlockCache.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ void BlockCache::getCounters(const CounterVisitor& visitor) const {
737737
visitor("navy_bc_eviction_lookup_misses", evictionLookupMissCounter_.get(),
738738
CounterVisitor::CounterType::RATE);
739739
visitor("navy_bc_evictions_expired", evictionExpiredCount_.get(),
740-
CounterVisitor::CounterType::RATE);
740+
CounterVisitor::CounterType::RATE);
741741
visitor("navy_bc_alloc_errors", allocErrorCount_.get(),
742742
CounterVisitor::CounterType::RATE);
743743
visitor("navy_bc_logical_written", logicalWrittenCount_.get(),

0 commit comments

Comments
 (0)