Commit ffb96ae4 authored by Paul's avatar Paul
Browse files

Formatting

parent 995261d7
......@@ -8,7 +8,6 @@
#include <migraph/dfor.hpp>
#include <migraph/iterator_for.hpp>
namespace migraph {
namespace miopen {
......@@ -301,10 +300,7 @@ struct miopen_apply
}
};
void miopen_lowering::apply(program& p) const
{
miopen_apply{&p}.apply();
}
void miopen_lowering::apply(program& p) const { miopen_apply{&p}.apply(); }
} // namespace miopen
......
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