Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
dusantism-db committed Nov 22, 2024
1 parent ffca616 commit 829c6d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@ case class ForStatement(
override def children: Seq[LogicalPlan] = Seq(query, body)

override protected def withNewChildrenInternal(
newChildren: IndexedSeq[LogicalPlan]): LogicalPlan = newChildren match {
newChildren: IndexedSeq[LogicalPlan]): LogicalPlan = newChildren match {
case IndexedSeq(query: SingleStatement, body: CompoundBody) =>
ForStatement(query, variableName, body, label)
}
Expand Down

0 comments on commit 829c6d1

Please sign in to comment.