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 | 80ba7327fdd90a6281bcec18f03e84ff856c3559 (patch) | |
tree | 0151ace31c13e6d6ec74aac742084670ca5493a3 /util | |
parent | 6aced6c854653b75aab9808d5995be5fc4d9fa53 (diff) | |
download | ydb-80ba7327fdd90a6281bcec18f03e84ff856c3559.tar.gz |
Restoring authorship annotation for <alexnick@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'util')
-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 4e8b298145..ca43137c23 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 { |