diff options
author | marakasov <marakasov@yandex-team.ru> | 2022-02-10 16:49:50 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:50 +0300 |
commit | f4edb31a1d309efb6c243b2615a587cbbdec081d (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/monlib | |
parent | 359de4829c1d82b06fad5e0ad82470e4e9f27c89 (diff) | |
download | ydb-f4edb31a1d309efb6c243b2615a587cbbdec081d.tar.gz |
Restoring authorship annotation for <marakasov@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/monlib')
-rw-r--r-- | library/cpp/monlib/counters/counters.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/monlib/counters/counters.h b/library/cpp/monlib/counters/counters.h index 031c2a6100..038b55f0c8 100644 --- a/library/cpp/monlib/counters/counters.h +++ b/library/cpp/monlib/counters/counters.h @@ -308,7 +308,7 @@ namespace NMonitoring { return groups->Find(name) != nullptr; } - G* Find(const T& name) const { + G* Find(const T& name) const { TCollection* groups = Groups; return groups->Find(name); } |