SourceReferenceFormatter: Line wrapping and unused includes

This commit is contained in:
Kamil Śliwak
2023-08-11 14:15:56 +02:00
parent 3edf91adc8
commit b7d2c8bb0a
6 changed files with 4 additions and 7 deletions
+4 -1
View File
@@ -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.