Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
englefly committed Dec 4, 2024
1 parent a6c1a5b commit 7efb5c5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public Rule build() {
return logicalProject()
.whenNot(project -> project.child() instanceof LogicalRepeat)
.whenNot(project -> (project.child() instanceof LogicalLeaf))
.then(project -> pushDownEncodeSlot(project))
.then(this::pushDownEncodeSlot)
.toRule(RuleType.PUSH_DOWN_ENCODE_SLOT);
}

Expand Down

0 comments on commit 7efb5c5

Please sign in to comment.