aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/binsaver/blob_io.h
diff options
context:
space:
mode:
authorvadya <vadya@yandex-team.ru>2022-02-10 16:49:27 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:27 +0300
commitcd86ccaefd63e1eb5771bd7ea06479c2f69a886c (patch)
tree6a7d8195df8b6d718627999041443c48295f3e83 /library/cpp/binsaver/blob_io.h
parentae443bdaeafc22fa98b845c1784a76a32555f149 (diff)
downloadydb-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.h4
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 {