summaryrefslogtreecommitdiff
path: root/string/suffixTree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'string/suffixTree.cpp')
-rw-r--r--string/suffixTree.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/string/suffixTree.cpp b/string/suffixTree.cpp
index 2601c34..4faea86 100644
--- a/string/suffixTree.cpp
+++ b/string/suffixTree.cpp
@@ -79,4 +79,4 @@ struct SuffixTree {
curVert = tree[curVert].suffix ? tree[curVert].suffix
: root;
}}}
-}; \ No newline at end of file
+};