Skip to content

Commit

Permalink
No really
Browse files Browse the repository at this point in the history
  • Loading branch information
nik9000 committed Oct 9, 2023
1 parent 7432b14 commit 2bc3281
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ protected Operator.OperatorFactory simple(BigArrays bigArrays) {

@Override
public String toString() {
return "Addition[lhs=" + lhs + ", rhs=" + rhs + ']';
return "Addition[lhs=0, rhs=1]";
}
};
});
}

@Override
Expand Down

0 comments on commit 2bc3281

Please sign in to comment.