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 | cd86ccaefd63e1eb5771bd7ea06479c2f69a886c (patch) | |
tree | 6a7d8195df8b6d718627999041443c48295f3e83 /library/cpp/binsaver/blob_io.h | |
parent | ae443bdaeafc22fa98b845c1784a76a32555f149 (diff) | |
download | ydb-cd86ccaefd63e1eb5771bd7ea06479c2f69a886c.tar.gz |
Restoring authorship annotation for <vadya@yandex-team.ru>. Commit 1 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 abe518ef30..7d82e53cec 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 { |