summaryrefslogtreecommitdiffstats
path: root/library/cpp/containers/comptrie/writeable_node.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'library/cpp/containers/comptrie/writeable_node.cpp')
-rw-r--r--library/cpp/containers/comptrie/writeable_node.cpp2
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)