forked from catchorg/Catch2
Fixup whitespace in TAPReporter
This commit is contained in:
@ -23,8 +23,8 @@ namespace Catch {
|
|||||||
|
|
||||||
using StreamingReporterBase::StreamingReporterBase;
|
using StreamingReporterBase::StreamingReporterBase;
|
||||||
|
|
||||||
TAPReporter( ReporterConfig const& config )
|
TAPReporter( ReporterConfig const& config ):
|
||||||
: StreamingReporterBase( config ) {
|
StreamingReporterBase( config ) {
|
||||||
m_reporterPrefs.shouldReportAllAssertions = true;
|
m_reporterPrefs.shouldReportAllAssertions = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user