diff options
author | pavel-belikov <pavel-belikov@yandex-team.ru> | 2022-02-10 16:50:59 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:59 +0300 |
commit | 886713d680d0ec0e1d8847528a7a6e5fa825c58d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp | |
parent | 2798a8d232e4513bfd731d6114b37e50566b8cbf (diff) | |
download | ydb-886713d680d0ec0e1d8847528a7a6e5fa825c58d.tar.gz |
Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp')
-rw-r--r-- | library/cpp/monlib/metrics/timer.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/monlib/metrics/timer.h b/library/cpp/monlib/metrics/timer.h index 2771f6459a..5c4e26e37b 100644 --- a/library/cpp/monlib/metrics/timer.h +++ b/library/cpp/monlib/metrics/timer.h @@ -2,8 +2,8 @@ #include "metric.h" -#include <util/generic/typetraits.h> - +#include <util/generic/typetraits.h> + #include <chrono> @@ -57,7 +57,7 @@ namespace NMonitoring { } else if constexpr (std::is_same<TMetric, THistogram>::value) { Metric_->Record(duration); } else { - static_assert(TDependentFalse<TMetric>, "Not supported metric type"); + static_assert(TDependentFalse<TMetric>, "Not supported metric type"); } Metric_ = nullptr; |