diff options
author | arivkin <arivkin@yandex-team.ru> | 2022-02-10 16:50:49 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:49 +0300 |
commit | a17cede06970d9a290b04aac822afb40a7c2aa86 (patch) | |
tree | cafc8248e5e485600fad3b55cbbee92a5179de3d /library/cpp/yt/memory/ref.h | |
parent | cdd0799465ab07b2689e623e8db9cd333b01e0dc (diff) | |
download | ydb-a17cede06970d9a290b04aac822afb40a7c2aa86.tar.gz |
Restoring authorship annotation for <arivkin@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/yt/memory/ref.h')
-rw-r--r-- | library/cpp/yt/memory/ref.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/yt/memory/ref.h b/library/cpp/yt/memory/ref.h index 73d19d9013..0c6c88417b 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); |