Skip to content

Commit

Permalink
[ga-format-pr] Run ./format_repo.sh to fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jycor committed Oct 3, 2024
1 parent 988e247 commit 4597dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ func GetDeferredProjections(iter sql.RowIter) (sql.RowIter, []sql.Expression) {
case *rowexec.TransactionCommittingIter:
newChild, projs := GetDeferredProjections(i.GetIter())
if projs != nil {
i.WithChildIter(newChild)
i.WithChildIter(newChild)
}
return i, projs
case *iters.LimitIter:
Expand Down

0 comments on commit 4597dd0

Please sign in to comment.