Skip to content
Snippets Groups Projects
Commit 61c1ac37 authored by Christian Kamm's avatar Christian Kamm
Browse files

QmlJS: Don't put automatic semicolons directly after colons.

Done-with: Erik Verbruggen
parent f48df247
No related merge requests found
......@@ -187,7 +187,6 @@ QString LineInfo::trimmedCodeLine(const QString &t)
case Token::String:
case Token::Number:
case Token::Colon:
case Token::Comma:
needSemicolon = true;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment