Skip to content

Commit

Permalink
Fixed an error that caused project to fail tests
Browse files Browse the repository at this point in the history
  • Loading branch information
TreeSnowFence committed Aug 2, 2024
1 parent 4ddaaaf commit e165ff9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public String toString() {
@Contract(pure = true)
public ShortTruthTableCell copy() {
ShortTruthTableCell copy = new ShortTruthTableCell(symbol, data, (Point) location.clone());
copy.setIndex(index);
copy.setModifiable(isModifiable);
copy.setGiven(isGiven);
return copy;
Expand Down

0 comments on commit e165ff9

Please sign in to comment.