mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-19 00:22:11 +01:00
More reformatting
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
#include <sstream>
|
||||
#include <iostream>
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
namespace Catch {
|
||||
|
||||
class TestRegistry : public ITestCaseRegistry {
|
||||
public:
|
||||
TestRegistry() : m_unnamedCount( 0 ) {}
|
||||
|
||||
Reference in New Issue
Block a user