aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/comptrie
diff options
context:
space:
mode:
authorvvp <vvp@yandex-team.ru>2022-02-10 16:49:55 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:55 +0300
commit41d18a5226207be99e4311c8ee233bf616e1bdec (patch)
tree6ff7b24923c3779c366e3941ef05fce03f41dbfa /library/cpp/containers/comptrie
parent0b79544a9f9a331f71e17b24779bf91ccdee76a0 (diff)
downloadydb-41d18a5226207be99e4311c8ee233bf616e1bdec.tar.gz
Restoring authorship annotation for <vvp@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/containers/comptrie')
-rw-r--r--library/cpp/containers/comptrie/chunked_helpers_trie.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/cpp/containers/comptrie/chunked_helpers_trie.h b/library/cpp/containers/comptrie/chunked_helpers_trie.h
index cfa35f5ba2..f738a095e6 100644
--- a/library/cpp/containers/comptrie/chunked_helpers_trie.h
+++ b/library/cpp/containers/comptrie/chunked_helpers_trie.h
@@ -100,10 +100,10 @@ public:
return def;
}
}
-
+
const TCompactTrie<char>& GetTrie() const {
- return Trie;
- }
+ return Trie;
+ }
};
template <typename T, bool sorted = false>