Skip to content

Commit 92773e3

Browse files
committed
Format.
1 parent ca4542f commit 92773e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typesense/collection_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ package typesense
22

33
import (
44
"errors"
5-
"github.com/typesense/typesense-go/typesense/api/pointer"
65
"net/http"
76
"testing"
87

98
"github.com/golang/mock/gomock"
109
"github.com/stretchr/testify/assert"
1110
"github.com/typesense/typesense-go/typesense/api"
11+
"github.com/typesense/typesense-go/typesense/api/pointer"
1212
"github.com/typesense/typesense-go/typesense/mocks"
1313
)
1414

0 commit comments

Comments
 (0)