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
max-hoffman committed Nov 13, 2024
1 parent fba2a54 commit e04706b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/rowexec/rel.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ package rowexec
import (
"errors"
"fmt"
"github.com/dolthub/go-mysql-server/sql/transform"
"io"
"os"
"path/filepath"
Expand All @@ -35,6 +34,7 @@ import (
"github.com/dolthub/go-mysql-server/sql/expression/function/json"
"github.com/dolthub/go-mysql-server/sql/iters"
"github.com/dolthub/go-mysql-server/sql/plan"
"github.com/dolthub/go-mysql-server/sql/transform"
"github.com/dolthub/go-mysql-server/sql/types"
)

Expand Down

0 comments on commit e04706b

Please sign in to comment.