Skip to content

Commit

Permalink
[ga-format-pr] Run go/utils/repofmt/format_repo.sh and go/Godeps/upda…
Browse files Browse the repository at this point in the history
…te.sh
  • Loading branch information
jycor committed Dec 27, 2024
1 parent 32e0a10 commit 7050d11
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion go/libraries/doltcore/sqle/index/prolly_row.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,11 @@ package index
import (
"context"
"fmt"

"github.com/dolthub/go-mysql-server/sql"

"github.com/dolthub/dolt/go/store/prolly/tree"
"github.com/dolthub/dolt/go/store/val"
"github.com/dolthub/go-mysql-server/sql"
)

func NewProllyRow(key, val val.Tuple, kd, vd val.TupleDesc, ords []int, ns tree.NodeStore) *ProllyRow {
Expand Down
2 changes: 1 addition & 1 deletion go/libraries/doltcore/sqle/index/prolly_row_iter.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
package index

import (
"github.com/dolthub/go-mysql-server/sql"
"github.com/dolthub/go-mysql-server/sql"

"github.com/dolthub/dolt/go/libraries/doltcore/schema"
"github.com/dolthub/dolt/go/store/prolly"
Expand Down

0 comments on commit 7050d11

Please sign in to comment.