Skip to content

Commit

Permalink
Address #108 (comment).
Browse files Browse the repository at this point in the history
  • Loading branch information
khatchad committed Dec 1, 2023
1 parent 1fa3b62 commit 98b0b79
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ protected void processCallingConstraints(
InstanceKey instanceKey = this.getSystem().getInstanceKey(instanceKeyIndex);
this.getSystem().newConstraint(lval, instanceKey);
}
} else getSystem().newConstraint(lval, assignOperator, rval);
} else {
getSystem().newConstraint(lval, assignOperator, rval);
}
}
}

Expand Down

0 comments on commit 98b0b79

Please sign in to comment.