Commit 35ab7614 authored by Shucai Xiao's avatar Shucai Xiao
Browse files

clang format

parent 662183eb
......@@ -189,9 +189,7 @@ struct onnx_parser
s0.end(),
s1.begin() + offset,
out_lens.begin() + offset,
[](auto a, auto b) {
return std::max(a, b);
});
[](auto a, auto b) { return std::max(a, b); });
return out_lens;
}
......
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