Attempt to fix tests again
Restores a space between list values.
This commit is contained in:
parent
7cab3f29a3
commit
978c8d3419
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ std::string variant_container<T>::to_string_impl(bool annotate, bool annotate_em
|
|||
|
||||
for(const auto& member : container_) {
|
||||
if(!first_time) {
|
||||
ss << ",";
|
||||
ss << ", ";
|
||||
}
|
||||
|
||||
first_time = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue