Commit 2c6acfde authored by Paul's avatar Paul
Browse files

Formatting

parent a39bf375
...@@ -61,7 +61,8 @@ auto operator<<(std::ostream& os, const T& x) -> decltype(os << x.name()) ...@@ -61,7 +61,8 @@ auto operator<<(std::ostream& os, const T& x) -> decltype(os << x.name())
os << name << "=" << y; os << name << "=" << y;
delim = ','; delim = ',';
}); });
if(delim == ',') os << "]"; if(delim == ',')
os << "]";
return os; return os;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment