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
commit94a4c65975048c0c31313b5105d9eb14cbde4985 (patch)
tree10d8bff3d82a2ded7c507fbc2f27eebf8eccc4b7 /util/generic/hash_set.h
parent774bb09ec81216d51cb063ed9af52ddbc712ab20 (diff)
downloadydb-94a4c65975048c0c31313b5105d9eb14cbde4985.tar.gz
Restoring authorship annotation for <iroubin@yandex-team.ru>. Commit 1 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 e8088cf23b4..b19f6e8aee9 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();