diff --git a/snippets/cpp.snippets b/snippets/cpp.snippets index 4f22759..04f0314 100644 --- a/snippets/cpp.snippets +++ b/snippets/cpp.snippets @@ -14,7 +14,7 @@ snippet for Index based snippet namespace namespace ${1} { - $0 + $0 } // namespace ${1} snippet const_cast