mirror of
https://github.com/catchorg/Catch2.git
synced 2025-09-24 05:25:40 +02:00
Refactoring ResultData out of ResultInfo/ Builder pt2
This commit is contained in:
@@ -70,7 +70,7 @@ namespace Detail {
|
||||
|
||||
std::string toString() const {
|
||||
std::ostringstream oss;
|
||||
oss << "Approx( " << m_value << ")";
|
||||
oss << "Approx( " << m_value << " )";
|
||||
return oss.str();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user