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 | 2798a8d232e4513bfd731d6114b37e50566b8cbf (patch) | |
tree | 06c0e677931757b815b58c4b11c8afff3c5bef7f | |
parent | 8195203a87274954cc3d03836f9a2ea5bf332340 (diff) | |
download | ydb-2798a8d232e4513bfd731d6114b37e50566b8cbf.tar.gz |
Restoring authorship annotation for <pavel-belikov@yandex-team.ru>. Commit 1 of 2.
-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 5c4e26e37b..2771f6459a 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; |