Minor formatting.
This commit is contained in:
parent
f4efb4f3d4
commit
8b069d8149
@ -33,7 +33,7 @@ utils::LogStream &operator<<(utils::LogStream &ostream, const Description &descr
|
||||
|
||||
std::for_each(values.cbegin(), values.cend(),
|
||||
[&](const auto &value)
|
||||
{
|
||||
{
|
||||
ostream << "\t\t\t";
|
||||
value.printAsSAS(ostream);
|
||||
ostream << std::endl;
|
||||
|
Reference in New Issue
Block a user