Commit 6c375c50 authored by Paul's avatar Paul
Browse files

Formatting

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