Commit 61e336b7 authored by Paul's avatar Paul
Browse files

Formatting

parent 350edea3
...@@ -127,9 +127,8 @@ struct params : command<params> ...@@ -127,9 +127,8 @@ struct params : command<params>
void run() void run()
{ {
auto p = l.load(); auto p = l.load();
for(auto&& param:p.get_parameter_shapes()) for(auto&& param : p.get_parameter_shapes())
std::cout << param.first << ": " << param.second << std::endl; std::cout << param.first << ": " << param.second << std::endl;
} }
}; };
......
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