Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Andres Taylor <[email protected]>
  • Loading branch information
systay committed Nov 16, 2020
1 parent d9a663f commit 49751a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go/vt/vtgate/planbuilder/ordered_aggregate.go
Original file line number Diff line number Diff line change
Expand Up @@ -371,7 +371,7 @@ func (oa *orderedAggregate) MakeDistinct() (builder, error) {
if err != nil {
return nil, err
}
oa.input=distinctSrc
oa.input = distinctSrc
return oa, err
}

Expand Down
2 changes: 1 addition & 1 deletion go/vt/vtgate/planbuilder/postprocess.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (
func (pb *primitiveBuilder) pushGroupBy(sel *sqlparser.Select) error {
if sel.Distinct {
newBuilder, err := pb.bldr.MakeDistinct()
if err != nil {
if err != nil {
return err
}
pb.bldr = newBuilder
Expand Down

0 comments on commit 49751a1

Please sign in to comment.