Skip to content

Commit 22f2018

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent fcfc473 commit 22f2018

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

sql/expression/function/vector/distance.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ package vector
1616

1717
import (
1818
"fmt"
19+
1920
"github.com/dolthub/go-mysql-server/sql"
2021
"github.com/dolthub/go-mysql-server/sql/expression"
2122
"github.com/dolthub/go-mysql-server/sql/types"

sql/expression/function/vector/distance_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
package vector
1616

1717
import (
18-
"github.com/dolthub/go-mysql-server/sql/expression"
1918
"testing"
2019

2120
assert "github.com/stretchr/testify/require"
2221

2322
"github.com/dolthub/go-mysql-server/sql"
23+
"github.com/dolthub/go-mysql-server/sql/expression"
2424
"github.com/dolthub/go-mysql-server/sql/types"
2525
"github.com/dolthub/go-mysql-server/sql/types/jsontests"
2626
)

0 commit comments

Comments
 (0)