Commit 405591c3 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 5d821f5e
......@@ -32,8 +32,7 @@ struct broadcast
template <class Self, class F>
static auto reflect(Self& self, F f)
{
return pack(f(self.axis, "axis"),
f(self.broadcast_lens, "dims"));
return pack(f(self.axis, "axis"), f(self.broadcast_lens, "dims"));
}
std::string name() const { return "broadcast"; }
......
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