Commit f20d6acb authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

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