diff options
author | vvp <vvp@yandex-team.ru> | 2022-02-10 16:49:55 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:49:55 +0300 |
commit | d0a386457ef009c1ed42e3e9b30f0dbcbf89d76b (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/containers/comptrie | |
parent | 41d18a5226207be99e4311c8ee233bf616e1bdec (diff) | |
download | ydb-d0a386457ef009c1ed42e3e9b30f0dbcbf89d76b.tar.gz |
Restoring authorship annotation for <vvp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/comptrie')
-rw-r--r-- | library/cpp/containers/comptrie/chunked_helpers_trie.h | 6 |
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 f738a095e6..cfa35f5ba2 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> |