"docs/source/reference/nas/strategy.rst" did not exist on "8acddd0c0ff611ee1ebc7cc0dce532d8c0f332d2"
Commit 6c375c50 authored by Paul's avatar Paul
Browse files

Formatting

parent 6d37a4a9
......@@ -60,7 +60,7 @@ void operation_equal_test()
migraph::operation op1 = s;
s.data = 2;
migraph::operation op2 = op1; // NOLINT
migraph::operation op3 = s; // NOLINT
migraph::operation op3 = s; // NOLINT
EXPECT(s != op1);
EXPECT(op2 == op1);
......
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