"third_party/vscode:/vscode.git/clone" did not exist on "fe921bfae69712fecdba87b023bc950f319bd577"
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) ...@@ -699,7 +699,8 @@ 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 << ", " << "migraphx::from_json_string(" << enclose_name(to_json_string(v)) << ")"; os << ", "
<< "migraphx::from_json_string(" << enclose_name(to_json_string(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