Skip to content

Commit

Permalink
Fix extra line.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyujiang committed Apr 7, 2024
1 parent 0ac9f9c commit 47302b4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,6 @@ public static <R> R visit(Expression expr, ExpressionVisitor<R> visitor) {
case OR:
Or or = (Or) expr;
return visitor.or(visit(or.left(), visitor), visit(or.right(), visitor));

default:
throw new UnsupportedOperationException("Unknown operation: " + expr.op());
}
Expand Down

0 comments on commit 47302b4

Please sign in to comment.