Skip to content

Commit

Permalink
Trivial tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbattle committed Oct 19, 2023
1 parent 2c35d91 commit 661b9dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ else if (node.left instanceof TCIntegerLiteralExpression &&
return (vleft.value.value != vright.value.value); // eg. 123 <> 456
}

return false;
return caseExpression(node, truths);
}

@Override
Expand Down

0 comments on commit 661b9dc

Please sign in to comment.