Commit 8f08e754 authored by Paul's avatar Paul
Browse files

Formatting

parent 759daeb6
......@@ -98,7 +98,7 @@ struct check_shapes
const check_shapes& not_broadcasted() const
{
if(!this->all_of([](const shape& s) { return not s.broadcasted(); }))
MIGRAPH_THROW(prefix() + "Shapes are broadcasted");
MIGRAPH_THROW(prefix() + "Shapes are broadcasted");
return *this;
}
......
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