aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers
diff options
context:
space:
mode:
authorsuboch <suboch@yandex-team.ru>2022-02-10 16:50:41 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:50:41 +0300
commit8e42621c4c7f215397ef2f1e53a09366ff2634f1 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/containers
parent6abfa3751576b5133416e293e93c45ad83f431b3 (diff)
downloadydb-8e42621c4c7f215397ef2f1e53a09366ff2634f1.tar.gz
Restoring authorship annotation for <suboch@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers')
-rw-r--r--library/cpp/containers/str_map/str_map.h4
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 635543a33c..31b00d1b99 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>