diff options
author | sereglond <[email protected]> | 2022-02-10 16:47:47 +0300 |
---|---|---|
committer | Daniil Cherednik <[email protected]> | 2022-02-10 16:47:47 +0300 |
commit | 73bb02f2495181e0719a800f979df508924f4b71 (patch) | |
tree | c0748b5dcbade83af788c0abfa89c0383d6b779c /library/cpp/containers/comptrie/writeable_node.cpp | |
parent | eb3d925534734c808602b31b38b953677f0a279f (diff) |
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/containers/comptrie/writeable_node.cpp')
-rw-r--r-- | library/cpp/containers/comptrie/writeable_node.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/containers/comptrie/writeable_node.cpp b/library/cpp/containers/comptrie/writeable_node.cpp index 2028e1eb1a1..404003dbbd2 100644 --- a/library/cpp/containers/comptrie/writeable_node.cpp +++ b/library/cpp/containers/comptrie/writeable_node.cpp @@ -2,7 +2,7 @@ #include "node.h" #include "comptrie_impl.h" -namespace NCompactTrie { +namespace NCompactTrie { TWriteableNode::TWriteableNode() : LeafPos(nullptr) , LeafLength(0) |