aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/on_disk
diff options
context:
space:
mode:
authorjacob <jacob@yandex-team.ru>2022-02-10 16:49:53 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:53 +0300
commit085a76cb8fd1fd01e9483d056938f022970cb4f0 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/on_disk
parent1bf57447b8a115cd60bb6f8509b9b148e1b6debd (diff)
downloadydb-085a76cb8fd1fd01e9483d056938f022970cb4f0.tar.gz
Restoring authorship annotation for <jacob@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/on_disk')
-rw-r--r--library/cpp/on_disk/chunks/chunked_helpers.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/on_disk/chunks/chunked_helpers.h b/library/cpp/on_disk/chunks/chunked_helpers.h
index 927d79faa9..5fa96afdca 100644
--- a/library/cpp/on_disk/chunks/chunked_helpers.h
+++ b/library/cpp/on_disk/chunks/chunked_helpers.h
@@ -554,7 +554,7 @@ public:
}
size_t GetSize() const {
- return (size_t)(SizeofOffsets - 1);
+ return (size_t)(SizeofOffsets - 1);
}
size_t GetLength(ui64 index) const {