aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/log.cpp
diff options
context:
space:
mode:
authorVlad Yaroslavlev <vladon@vladon.com>2022-02-10 16:46:25 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:46:25 +0300
commit344ea37b4a345701ab0e67de2266a1c1bd7baf2d (patch)
tree1a2c5ffcf89eb53ecd79dbc9bc0a195c27404d0c /library/cpp/logger/log.cpp
parent706b83ed7de5a473436620367af31fc0ceecde07 (diff)
downloadydb-344ea37b4a345701ab0e67de2266a1c1bd7baf2d.tar.gz
Restoring authorship annotation for Vlad Yaroslavlev <vladon@vladon.com>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/logger/log.cpp')
-rw-r--r--library/cpp/logger/log.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/logger/log.cpp b/library/cpp/logger/log.cpp
index 2f5fc33356..e1d70cc3d2 100644
--- a/library/cpp/logger/log.cpp
+++ b/library/cpp/logger/log.cpp
@@ -8,7 +8,7 @@
#include <util/string/cast.h>
#include <util/stream/printf.h>
#include <util/system/yassert.h>
-#include <util/generic/string.h>
+#include <util/generic/string.h>
#include <util/generic/scope.h>
#include <util/generic/yexception.h>
@@ -146,7 +146,7 @@ TLog::~TLog() = default;
TLog& TLog::operator=(const TLog&) = default;
TLog& TLog::operator=(TLog&&) = default;
-bool TLog::IsOpen() const noexcept {
+bool TLog::IsOpen() const noexcept {
return Impl_->IsOpen();
}
@@ -218,7 +218,7 @@ void TLog::ResetBackend(THolder<TLogBackend> backend) noexcept {
Impl_->ResetBackend(std::move(backend));
}
-bool TLog::IsNullLog() const noexcept {
+bool TLog::IsNullLog() const noexcept {
return Impl_->IsNullLog();
}