aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/cache
diff options
context:
space:
mode:
authorrustammm <rustammm@yandex-team.ru>2022-02-10 16:47:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:49 +0300
commitbba75c9a9c9dc54ff02eb9e06a15950767602309 (patch)
tree1162dffb2547a1a327089df5b4e1857bc4575e8f /library/cpp/cache
parent76cdacbb1f8f9a6a7059a9c2ec73b06431cb6fc2 (diff)
downloadydb-bba75c9a9c9dc54ff02eb9e06a15950767602309.tar.gz
Restoring authorship annotation for <rustammm@yandex-team.ru>. Commit 1 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 6dc997076d..f6387fa62d 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();
}
};