summaryrefslogtreecommitdiffstats
path: root/library/cpp/cache
diff options
context:
space:
mode:
authorrustammm <[email protected]>2022-02-10 16:47:49 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:47:49 +0300
commit26922fe743f17dd1c12d5a4610a165bb8d11e3ef (patch)
treec0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/cache
parentbba75c9a9c9dc54ff02eb9e06a15950767602309 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/cache')
-rw-r--r--library/cpp/cache/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/cache/cache.h b/library/cpp/cache/cache.h
index f6387fa62da..6dc997076d9 100644
--- a/library/cpp/cache/cache.h
+++ b/library/cpp/cache/cache.h
@@ -596,7 +596,7 @@ public:
return TBase::Empty() ? TBase::End() : this->FindByItem(TBase::List.GetOldest());
}
- size_t TotalSize() const {
+ size_t TotalSize() const {
return TBase::List.GetTotalSize();
}
};