mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-08 23:29:53 +01:00
Fixup whitespace in TAPReporter
This commit is contained in:
parent
b4e2237152
commit
4c85248179
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user