mirror of
https://github.com/catchorg/Catch2.git
synced 2025-08-01 12:55:40 +02:00
Reformatting
This commit is contained in:
@@ -69,7 +69,7 @@ namespace Catch
|
||||
closeLabel( recordGroups, groupName );
|
||||
}
|
||||
|
||||
virtual void StartSection( const std::string& sectionName, const std::string description ) {
|
||||
virtual void StartSection( const std::string& sectionName, const std::string& description ) {
|
||||
openLabel( recordSections, sectionName );
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user