Commit 588646f2 authored by Paul's avatar Paul
Browse files

Formatting

parent e2f6771f
...@@ -43,7 +43,6 @@ bool no_allocate(const migraph::program& p) ...@@ -43,7 +43,6 @@ bool no_allocate(const migraph::program& p)
return std::none_of(p.begin(), p.end(), [](auto&& ins) { return ins.name() == "allocate"; }); return std::none_of(p.begin(), p.end(), [](auto&& ins) { return ins.name() == "allocate"; });
} }
void test1() void test1()
{ {
migraph::program p; migraph::program p;
......
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