aboutsummaryrefslogtreecommitdiffstats
path: root/util/stream/debug.cpp
diff options
context:
space:
mode:
authordeshevoy <deshevoy@yandex-team.ru>2022-02-10 16:46:57 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:57 +0300
commit28148f76dbfcc644d96427d41c92f36cbf2fdc6e (patch)
treeb83306b6e37edeea782e9eed673d89286c4fef35 /util/stream/debug.cpp
parente988f30484abe5fdeedcc7a5d3c226c01a21800c (diff)
downloadydb-28148f76dbfcc644d96427d41c92f36cbf2fdc6e.tar.gz
Restoring authorship annotation for <deshevoy@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/stream/debug.cpp')
-rw-r--r--util/stream/debug.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/util/stream/debug.cpp b/util/stream/debug.cpp
index 4f01caa8df..afd5b3e1c7 100644
--- a/util/stream/debug.cpp
+++ b/util/stream/debug.cpp
@@ -36,11 +36,11 @@ namespace {
};
}
-template <>
-struct TSingletonTraits<TDbgSelector> {
- static constexpr size_t Priority = 8;
-};
-
+template <>
+struct TSingletonTraits<TDbgSelector> {
+ static constexpr size_t Priority = 8;
+};
+
IOutputStream& StdDbgStream() noexcept {
return *(Singleton<TDbgSelector>()->Out);
}