Commit f56e7b25 authored by Paul's avatar Paul
Browse files

Format

parent c8149ce3
......@@ -124,8 +124,9 @@ MSGPACK_API_VERSION_NAMESPACE(MSGPACK_DEFAULT_API_NS)
std::visit(
migraphx::overload(
[&](migraphx::value::binary& bin) {
bin.insert(
bin.end(), sa.via.bin.ptr, sa.via.bin.ptr + sa.via.bin.size);
bin.insert(bin.end(),
sa.via.bin.ptr,
sa.via.bin.ptr + sa.via.bin.size);
},
[&](migraphx::value::array& arr) {
std::for_each(sa.via.array.ptr,
......
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