diff options
| author | pavel-belikov <[email protected]> | 2022-02-10 16:50:59 +0300 | 
|---|---|---|
| committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:50:59 +0300 | 
| commit | 886713d680d0ec0e1d8847528a7a6e5fa825c58d (patch) | |
| tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib/metrics | |
| parent | 2798a8d232e4513bfd731d6114b37e50566b8cbf (diff) | |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib/metrics')
| -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 2771f6459a3..5c4e26e37bf 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; | 
