Commit 27b636a4 authored by Paul's avatar Paul
Browse files

Formatting

parent e78fc77f
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
namespace migraph { namespace migraph {
template<class T> template <class T>
struct check_context struct check_context
{ {
struct op struct op
...@@ -22,10 +22,7 @@ struct check_context ...@@ -22,10 +22,7 @@ struct check_context
}; };
std::string name() const { return "check_context"; } std::string name() const { return "check_context"; }
void apply(program& p) const void apply(program& p) const { p.insert_instruction(p.begin(), op{}); }
{
p.insert_instruction(p.begin(), op{});
}
}; };
} // namespace migraph } // namespace migraph
......
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