summaryrefslogtreecommitdiffstats
path: root/library/cpp/on_disk/chunks/reader.cpp
diff options
context:
space:
mode:
authordiver <[email protected]>2022-02-10 16:48:07 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:48:07 +0300
commite20e2b362f0232ed5a389db887e6e27e7763af18 (patch)
treeb222e5ac2e2e98872661c51ccceee5da0d291e13 /library/cpp/on_disk/chunks/reader.cpp
parent7629e1f9ef7f9d2a3c345c97e6a4e5a4b32ee786 (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/on_disk/chunks/reader.cpp')
-rw-r--r--library/cpp/on_disk/chunks/reader.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/on_disk/chunks/reader.cpp b/library/cpp/on_disk/chunks/reader.cpp
index 4ae7f843eeb..6e28cbf367d 100644
--- a/library/cpp/on_disk/chunks/reader.cpp
+++ b/library/cpp/on_disk/chunks/reader.cpp
@@ -47,6 +47,6 @@ TChunkedDataReader::TChunkedDataReader(const TBlob& blob) {
}
}
-TBlob TChunkedDataReader::GetBlob(size_t index) const {
- return TBlob::NoCopy(GetBlock(index), GetBlockLen(index));
-}
+TBlob TChunkedDataReader::GetBlob(size_t index) const {
+ return TBlob::NoCopy(GetBlock(index), GetBlockLen(index));
+}