mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
New Error Reporter: Fix trailing whitespace
This commit is contained in:
parent
4826210662
commit
bcc73a5225
@ -73,7 +73,7 @@ void SourceReferenceFormatterHuman::printSourceLocation(SourceReference const& _
|
||||
|
||||
// line 0: source name
|
||||
frameColored() << string(leftpad, ' ') << "--> ";
|
||||
m_stream << _ref.sourceName << ":" << (_ref.position.line + 1) << ":" << (_ref.position.column + 1) << ": " << '\n';
|
||||
m_stream << _ref.sourceName << ":" << (_ref.position.line + 1) << ":" << (_ref.position.column + 1) << ":" << '\n';
|
||||
|
||||
if (!_ref.multiline)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user