diff options
author | alexnick <alexnick@yandex-team.ru> | 2022-02-10 16:47:45 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:47:45 +0300 |
commit | b609303efcd1218868ca0eca806ea3cea2e01a8b (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /util/stream | |
parent | 80ba7327fdd90a6281bcec18f03e84ff856c3559 (diff) | |
download | ydb-b609303efcd1218868ca0eca806ea3cea2e01a8b.tar.gz |
Restoring authorship annotation for <alexnick@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream')
-rw-r--r-- | util/stream/null.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/stream/null.cpp b/util/stream/null.cpp index ca43137c23..4e8b298145 100644 --- a/util/stream/null.cpp +++ b/util/stream/null.cpp @@ -3,7 +3,7 @@ #include <util/generic/singleton.h> TNullIO& NPrivate::StdNullStream() noexcept { - return *SingletonWithPriority<TNullIO, 4>(); + return *SingletonWithPriority<TNullIO, 4>(); } TNullInput::TNullInput() noexcept { |