diff options
author | suboch <suboch@yandex-team.ru> | 2022-02-10 16:50:41 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:41 +0300 |
commit | 6abfa3751576b5133416e293e93c45ad83f431b3 (patch) | |
tree | 8ca341fd9c4c72e5eaa45ce051a14ede158e3782 | |
parent | 0553296cd6ee50cfbfe55bfeb2c5956c03e66c92 (diff) | |
download | ydb-6abfa3751576b5133416e293e93c45ad83f431b3.tar.gz |
Restoring authorship annotation for <suboch@yandex-team.ru>. Commit 1 of 2.
-rw-r--r-- | library/cpp/containers/str_map/str_map.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/cpp/containers/str_map/str_map.h b/library/cpp/containers/str_map/str_map.h index 31b00d1b99..635543a33c 100644 --- a/library/cpp/containers/str_map/str_map.h +++ b/library/cpp/containers/str_map/str_map.h @@ -171,8 +171,8 @@ public: } const yh& get_THashMap() const { - return static_cast<const yh&>(*this); - } + return static_cast<const yh&>(*this); + } }; template <class T, class HashFcn, class EqualTo> |