Commit 8a9c5bce authored by Paul's avatar Paul
Browse files

Format

parent ae0f8e78
......@@ -699,7 +699,8 @@ static void print_make_op(std::ostream& os, const operation& op)
auto v = op.to_value();
if(not v.empty())
{
os << ", " << "migraphx::from_json_string(" << enclose_name(to_json_string(v)) << ")";
os << ", "
<< "migraphx::from_json_string(" << enclose_name(to_json_string(v)) << ")";
}
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