QmlJS: Remove redundant white space

Change-Id: Ic999c6ca85b8f5bbbc9d4a808805196006dbe60c
Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
Robert Loehning
2020-07-27 19:20:10 +02:00
parent 2eb9e12b5d
commit 0f7447e1b1

View File

@@ -246,7 +246,7 @@ StaticAnalysisMessages::StaticAnalysisMessages()
newMsg(ErrHitMaximumRecursion, Error,
tr("Hit maximum recursion limit when visiting AST."));
newMsg(ErrTypeIsInstantiatedRecursively, Error,
tr("Type cannot be instantiated recursively (%1)."), 1);
tr("Type cannot be instantiated recursively (%1)."), 1);
}
} // anonymous namespace