aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/buffer.h
diff options
context:
space:
mode:
authormironov <mironov@yandex-team.ru>2022-02-10 16:49:44 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:44 +0300
commitceabccd128eb94ed6566936fcab2093ec62aa84a (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/stream/buffer.h
parent139799acc0d1251c94200128757ef38926775ab3 (diff)
downloadydb-ceabccd128eb94ed6566936fcab2093ec62aa84a.tar.gz
Restoring authorship annotation for <mironov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/buffer.h')
-rw-r--r--util/stream/buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/buffer.h b/util/stream/buffer.h
index f4d2af8e2c0..9dc99dbe49f 100644
--- a/util/stream/buffer.h
+++ b/util/stream/buffer.h
@@ -39,7 +39,7 @@ public:
TBufferOutput& operator=(TBufferOutput&&) noexcept;
~TBufferOutput() override;
-
+
/**
* @returns Buffer that this stream writes into.
*/