mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
SourceReferenceFormatter: Line wrapping and unused includes
This commit is contained in:
@@ -46,7 +46,10 @@ public:
|
||||
bool _colored,
|
||||
bool _withErrorIds
|
||||
):
|
||||
m_stream(_stream), m_charStreamProvider(_charStreamProvider), m_colored(_colored), m_withErrorIds(_withErrorIds)
|
||||
m_stream(_stream),
|
||||
m_charStreamProvider(_charStreamProvider),
|
||||
m_colored(_colored),
|
||||
m_withErrorIds(_withErrorIds)
|
||||
{}
|
||||
|
||||
/// Prints source location if it is given.
|
||||
|
||||
Reference in New Issue
Block a user