diff options
author | mironov <mironov@yandex-team.ru> | 2022-02-10 16:49:44 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:44 +0300 |
commit | 139799acc0d1251c94200128757ef38926775ab3 (patch) | |
tree | d41dd1307dace9324f307445bd24b77ca48e5bd5 /util/stream/mem.h | |
parent | bd81267834e145340b7d7441308b87ccefcad980 (diff) | |
download | ydb-139799acc0d1251c94200128757ef38926775ab3.tar.gz |
Restoring authorship annotation for <mironov@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util/stream/mem.h')
-rw-r--r-- | util/stream/mem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/mem.h b/util/stream/mem.h index 18a5d46772..5fcb5fd5ea 100644 --- a/util/stream/mem.h +++ b/util/stream/mem.h @@ -16,7 +16,7 @@ class TMemoryInput: public IZeroCopyInputFastReadTo { public: TMemoryInput() noexcept; - + /** * Constructs a stream that reads from the provided memory block. It's up * to the user to make sure that the memory block doesn't get freed while |