Commit 4ca457e2 authored by Adam Rogowiec's avatar Adam Rogowiec Committed by Scott Cyphers

Remove backslash at EOF in comment to fix warning. (#2780)

parent b0ed81b4
...@@ -130,7 +130,7 @@ namespace ngraph ...@@ -130,7 +130,7 @@ namespace ngraph
// //
// Take care to fully qualify the exception class name in the macro body. // Take care to fully qualify the exception class name in the macro body.
// //
// The "..." may be filled with expressions of any type that has an "operator<<" overload for\ // The "..." may be filled with expressions of any type that has an "operator<<" overload for
// insertion into std::ostream. // insertion into std::ostream.
// //
// TODO(amprocte): refactor NGRAPH_CHECK_HELPER so we don't have to introduce a locally-scoped // TODO(amprocte): refactor NGRAPH_CHECK_HELPER so we don't have to introduce a locally-scoped
......
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