diff options
author | vadya <vadya@yandex-team.ru> | 2022-02-10 16:49:27 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:27 +0300 |
commit | 7156b3713e77ce36387436e5558320917698b7a2 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/binsaver/blob_io.h | |
parent | cd86ccaefd63e1eb5771bd7ea06479c2f69a886c (diff) | |
download | ydb-7156b3713e77ce36387436e5558320917698b7a2.tar.gz |
Restoring authorship annotation for <vadya@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/binsaver/blob_io.h')
-rw-r--r-- | library/cpp/binsaver/blob_io.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/binsaver/blob_io.h b/library/cpp/binsaver/blob_io.h index 7d82e53cec..abe518ef30 100644 --- a/library/cpp/binsaver/blob_io.h +++ b/library/cpp/binsaver/blob_io.h @@ -1,8 +1,8 @@ #pragma once - + #include "bin_saver.h" #include "buffered_io.h" - + #include <util/memory/blob.h> class TYaBlobStream: public IBinaryStream { |