mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Consistent format for secondary location in sourceformatter
This commit is contained in:
parent
7553beb6a6
commit
934a5dbf53
@ -110,9 +110,8 @@ void SourceReferenceFormatter::printExceptionInformation(
|
||||
{
|
||||
for (auto info: secondarylocation->infos)
|
||||
{
|
||||
_stream << info.first << " ";
|
||||
printSourceName(_stream, &info.second, _scannerFromSourceName);
|
||||
_stream << endl;
|
||||
_stream << info.first << endl;
|
||||
printSourceLocation(_stream, &info.second, _scannerFromSourceName);
|
||||
}
|
||||
_stream << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user