aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/memory/ref.h
diff options
context:
space:
mode:
authorarivkin <arivkin@yandex-team.ru>2022-02-10 16:50:49 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:49 +0300
commite42ca7b119fc94cd6e48efec40dfb65a98db7677 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/yt/memory/ref.h
parenta17cede06970d9a290b04aac822afb40a7c2aa86 (diff)
downloadydb-e42ca7b119fc94cd6e48efec40dfb65a98db7677.tar.gz
Restoring authorship annotation for <arivkin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/yt/memory/ref.h')
-rw-r--r--library/cpp/yt/memory/ref.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/memory/ref.h b/library/cpp/yt/memory/ref.h
index 0c6c88417b..73d19d9013 100644
--- a/library/cpp/yt/memory/ref.h
+++ b/library/cpp/yt/memory/ref.h
@@ -29,7 +29,7 @@ public:
//! Creates an empty TRef.
static TRef MakeEmpty();
-
+
//! Creates a non-owning TRef for a given blob.
static TRef FromBlob(const TBlob& blob);