Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
shuai-xu committed Sep 12, 2024
1 parent b1a3e29 commit f8b6990
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,7 @@ public class GenerateRelNode implements RelNode, Serializable {
private final AdvancedExtensionNode extensionNode;
private final boolean outer;

GenerateRelNode(
RelNode input,
ExpressionNode generator,
List<ExpressionNode> childOutput,
boolean outer) {
GenerateRelNode(RelNode input, ExpressionNode generator, List<ExpressionNode> childOutput, boolean outer) {
this(input, generator, childOutput, null, outer);
}

Expand Down

0 comments on commit f8b6990

Please sign in to comment.