Commit 3633f1a8 authored by umang yadav's avatar umang yadav
Browse files

Formatting

parent d042eb98
......@@ -74,7 +74,6 @@ struct if_op
for(const_module_ref smod : mods)
{
auto names = smod->get_parameter_names();
std::cout << smod->name() << std::endl;
pnames.insert(pnames.end(), names.begin(), names.end());
}
assert(pnames.size() < args.size());
......
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