diff --git a/src/ASBeautifier.cpp b/src/ASBeautifier.cpp index f49ae16..4bc502f 100644 --- a/src/ASBeautifier.cpp +++ b/src/ASBeautifier.cpp @@ -2639,7 +2639,6 @@ void ASBeautifier::parseCurrentLine(const string& line) } if (--templateDepth <= 0) { - ch = ';'; isInTemplateInstantiation = false; templateDepth = 0; }