mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Remove trailing whitespace in error message.
This commit is contained in:
parent
25928767b7
commit
18072586c9
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user