Commit 0c0032b4 authored by Paul's avatar Paul
Browse files

Formatting

parent 4c42a46d
......@@ -355,7 +355,10 @@ struct match_find_sum
migraph::instruction_ref ins;
auto matcher() const { return matchers::name("sum"); }
void apply(migraph::program&, matchers::matcher_result r) const { EXPECT(bool{r.result == ins}); }
void apply(migraph::program&, matchers::matcher_result r) const
{
EXPECT(bool{r.result == ins});
}
};
struct match_find_literal
......
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