mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #7189 from ethereum/trailing-whitespace
New Error Reporter: Fix trailing whitespace
This commit is contained in:
commit
d8dc090567
@ -73,7 +73,7 @@ void SourceReferenceFormatterHuman::printSourceLocation(SourceReference const& _
|
|||||||
|
|
||||||
// line 0: source name
|
// line 0: source name
|
||||||
frameColored() << string(leftpad, ' ') << "--> ";
|
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)
|
if (!_ref.multiline)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user