"tools/nni_cmd/ssh_utils.py" did not exist on "ebbadfeba6884dca56e8bc7cc43d47ef4914945b"
Commit dc33cc95 authored by Paul's avatar Paul
Browse files

Format

parent 88f80be7
...@@ -164,9 +164,9 @@ MSGPACK_API_VERSION_NAMESPACE(MSGPACK_DEFAULT_API_NS) ...@@ -164,9 +164,9 @@ MSGPACK_API_VERSION_NAMESPACE(MSGPACK_DEFAULT_API_NS)
case msgpack::type::EXT: { case msgpack::type::EXT: {
MIGRAPHX_THROW("msgpack EXT type not supported."); MIGRAPHX_THROW("msgpack EXT type not supported.");
} }
return o; return o;
}
} }
}
}; };
template <> template <>
......
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