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