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

Formatting

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