aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/on_disk/chunks
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
commit1bf57447b8a115cd60bb6f8509b9b148e1b6debd (patch)
treeb9f3ce9adae968ad4924f36058b631b58ef03e57 /library/cpp/on_disk/chunks
parent3bf10d3f40b502d181ef52f5c4602c98cb135360 (diff)
downloadydb-1bf57447b8a115cd60bb6f8509b9b148e1b6debd.tar.gz
Restoring authorship annotation for <jacob@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/on_disk/chunks')
-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 5fa96afdca..927d79faa9 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 {