"tf/vscode:/vscode.git/clone" did not exist on "e619492d7168d55ed14e443af5e56b9599ee469d"
Commit f20d6acb authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent c7239863
......@@ -25,9 +25,7 @@ struct shape_op
argument result{output_shape};
auto lens = args.front().get_shape().lens();
result.visit([&](auto v) {
std::copy(lens.begin(), lens.end(), v.begin());
});
result.visit([&](auto v) { std::copy(lens.begin(), lens.end(), v.begin()); });
return result;
}
......
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