mirror of
https://github.com/catchorg/Catch2.git
synced 2025-12-23 02:12:11 +01:00
Reformatting
This commit is contained in:
@@ -11,10 +11,9 @@
|
||||
#include "catch_common.h"
|
||||
#include <sstream>
|
||||
|
||||
namespace Catch
|
||||
{
|
||||
namespace Detail
|
||||
{
|
||||
namespace Catch {
|
||||
namespace Detail {
|
||||
|
||||
struct NonStreamable {
|
||||
template<typename T> NonStreamable( const T& ){}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user