add end-of-file-fixer
This commit is contained in:
@@ -144,4 +144,4 @@ bool ParserComparison::operations_equal(const Operation &op1,
|
||||
const Operation &op2) {
|
||||
return op1.type == op2.type && op1.param1 == op2.param1 &&
|
||||
op1.param2 == op2.param2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user