Fix indentation of namespace snippet

This commit is contained in:
Kenneth Benzie 2024-03-13 20:16:32 +00:00
parent 49af40c918
commit d774c2867f

View File

@ -14,7 +14,7 @@ snippet for Index based
snippet namespace
namespace ${1} {
$0
$0
} // namespace ${1}
snippet const_cast