Commit 8fb333ef authored by Scott Thornton's avatar Scott Thornton
Browse files

Fixed typo

parent d70800c5
...@@ -243,6 +243,7 @@ struct gemm ...@@ -243,6 +243,7 @@ struct gemm
{ {
os << op.name() << "["; os << op.name() << "[";
os << "]"; os << "]";
return os;
} }
}; };
......
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