Fixed alignment of getSupportedVerbosities in MultipleReporters

This commit is contained in:
Phil Nash 2017-09-01 09:41:28 +01:00
parent be067bce37
commit 792d3d0a26
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ namespace Catch {
void noMatchingTestCases( std::string const& spec ) override;
static std::set<Verbosity> getSupportedVerbosities();
static std::set<Verbosity> getSupportedVerbosities();
void testRunStarting( TestRunInfo const& testRunInfo ) override;
void testGroupStarting( GroupInfo const& groupInfo ) override;