Fixup whitespace in TAPReporter

This commit is contained in:
Martin Hořeňovský 2020-07-12 20:27:25 +02:00
parent b4e2237152
commit 4c85248179
No known key found for this signature in database
GPG Key ID: DE48307B8B0D381A
1 changed files with 2 additions and 2 deletions

View File

@ -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;
} }