Commit 31331a16 authored by Paul's avatar Paul
Browse files

Add missing comma

parent 94db0f8a
...@@ -737,6 +737,7 @@ static void print_make_op(std::ostream& os, const operation& op) ...@@ -737,6 +737,7 @@ static void print_make_op(std::ostream& os, const operation& op)
auto v = op.to_value(); auto v = op.to_value();
if(not v.empty()) if(not v.empty())
{ {
os << ", ";
print_value(os, v); print_value(os, v);
} }
os << ")"; 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