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

clang format

parent 3059c59c
...@@ -1726,7 +1726,7 @@ struct onnx_parser ...@@ -1726,7 +1726,7 @@ struct onnx_parser
void check_arg_empty(const argument& arg, const std::string& msg) void check_arg_empty(const argument& arg, const std::string& msg)
{ {
if (arg.empty()) if(arg.empty())
{ {
MIGRAPHX_THROW(msg); MIGRAPHX_THROW(msg);
} }
......
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