Skip to content

Commit 082353a

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent 0984853 commit 082353a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/types/vector.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ import (
1818
"bytes"
1919
"context"
2020
"fmt"
21-
"github.com/dolthub/go-mysql-server/sql/values"
2221
"reflect"
2322
"strconv"
2423

2524
"github.com/dolthub/vitess/go/sqltypes"
2625
"github.com/dolthub/vitess/go/vt/proto/query"
2726

2827
"github.com/dolthub/go-mysql-server/sql"
28+
"github.com/dolthub/go-mysql-server/sql/values"
2929
)
3030

3131
// VectorType represents the VECTOR(N) type.

0 commit comments

Comments
 (0)