Skip to content

Commit

Permalink
ci: Fix another go vet warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
dennwc committed Jul 6, 2024
1 parent 2a5fd41 commit eddee34
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion query/shape/shape.go
Original file line number Diff line number Diff line change
Expand Up @@ -1231,7 +1231,6 @@ func (s IntersectOpt) Optimize(ctx context.Context, r Optimizer) (_ Shape, opt b
case Intersect:
s.Sub = sub
case IntersectOpt:
sub.Opt = append(sub.Opt)
s = sub
opt = true
default:
Expand Down

0 comments on commit eddee34

Please sign in to comment.