aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/logger/element.h
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/logger/element.h')
-rw-r--r--library/cpp/logger/element.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/logger/element.h b/library/cpp/logger/element.h
index 0066270efc..fc9bff851f 100644
--- a/library/cpp/logger/element.h
+++ b/library/cpp/logger/element.h
@@ -21,7 +21,7 @@ public:
template <class T>
inline TLogElement& operator<<(const T& t) {
- static_cast<IOutputStream&>(*this) << t;
+ static_cast<IOutputStream&>(*this) << t;
return *this;
}