aboutsummaryrefslogtreecommitdiffstats
path: root/util/generic/hash_set.h
diff options
context:
space:
mode:
authoriroubin <iroubin@yandex-team.ru>2022-02-10 16:52:05 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:52:05 +0300
commite1eef5fd2ea964227b9be2c182415857c35e1290 (patch)
treeab7fbbf3253d4c0e2793218f09378908beb025fb /util/generic/hash_set.h
parent94a4c65975048c0c31313b5105d9eb14cbde4985 (diff)
downloadydb-e1eef5fd2ea964227b9be2c182415857c35e1290.tar.gz
Restoring authorship annotation for <iroubin@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'util/generic/hash_set.h')
-rw-r--r--util/generic/hash_set.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/generic/hash_set.h b/util/generic/hash_set.h
index b19f6e8aee9..e8088cf23b4 100644
--- a/util/generic/hash_set.h
+++ b/util/generic/hash_set.h
@@ -114,7 +114,7 @@ public:
// THashSet has implicit copy/move constructors and copy-/move-assignment operators
// because its implementation is backed by THashTable.
// See hash_ut.cpp
-
+
public:
size_type size() const {
return rep.size();
@@ -363,7 +363,7 @@ public:
// THashMultiSet has implicit copy/move constructors and copy-/move-assignment operators
// because its implementation is backed by THashTable.
// See hash_ut.cpp
-
+
public:
size_type size() const {
return rep.size();