diff options
author | ivanzhukov <[email protected]> | 2022-02-10 16:49:40 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:49:40 +0300 |
commit | 0892d79ab411592ad25175c4bdadbcb09b466cf5 (patch) | |
tree | 98dfdd45463c9bd747101748a9ca25d2917390fd /library/cpp/monlib/metrics/summary_snapshot.h | |
parent | 1b7466cb957659079ebebbb5d76e64e51f3306f0 (diff) |
Restoring authorship annotation for <[email protected]>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/monlib/metrics/summary_snapshot.h')
-rw-r--r-- | library/cpp/monlib/metrics/summary_snapshot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/monlib/metrics/summary_snapshot.h b/library/cpp/monlib/metrics/summary_snapshot.h index afcc895fd39..f35bf799684 100644 --- a/library/cpp/monlib/metrics/summary_snapshot.h +++ b/library/cpp/monlib/metrics/summary_snapshot.h @@ -68,5 +68,5 @@ namespace NMonitoring { }; } - -std::ostream& operator<<(std::ostream& os, const NMonitoring::ISummaryDoubleSnapshot& s); + +std::ostream& operator<<(std::ostream& os, const NMonitoring::ISummaryDoubleSnapshot& s); |