mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	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