Remove trailing whitespace in error message.

This commit is contained in:
chriseth 2019-07-08 14:28:22 +02:00
parent 25928767b7
commit 18072586c9

View File

@ -345,8 +345,8 @@ void ContractLevelChecker::annotateBaseConstructorArguments(
else
{
mainLocation = &_currentContract.location();
ssl.append("First constructor call is here: ", _argumentNode->location());
ssl.append("Second constructor call is here: ", previousNode->location());
ssl.append("First constructor call is here:", _argumentNode->location());
ssl.append("Second constructor call is here:", previousNode->location());
}
m_errorReporter.declarationError(