Skip to content

Commit 925130e

Browse files
committed
[ga-format-pr] Run ./format_repo.sh to fix formatting
1 parent d6b71b4 commit 925130e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

sql/types/typecheck_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ package types
1717
import (
1818
"testing"
1919

20-
"github.com/dolthub/go-mysql-server/sql"
2120
"github.com/stretchr/testify/assert"
21+
22+
"github.com/dolthub/go-mysql-server/sql"
2223
)
2324

2425
func TestIsGeometry(t *testing.T) {

0 commit comments

Comments
 (0)