Skip to content

Commit

Permalink
Fix gofumpt issue in scann_checker_test.go (#27305)
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia authored Sep 21, 2023
1 parent fc9a9a7 commit 67a471e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pkg/util/indexparamcheck/scann_checker_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import (
"strconv"
"testing"

"github.com/stretchr/testify/assert"

"github.com/milvus-io/milvus-proto/go-api/v2/schemapb"
"github.com/milvus-io/milvus/pkg/util/metric"

"github.com/stretchr/testify/assert"
)

func Test_scaNNChecker_CheckTrain(t *testing.T) {
Expand Down Expand Up @@ -99,7 +99,6 @@ func Test_scaNNChecker_CheckTrain(t *testing.T) {
}

func Test_scaNNChecker_CheckValidDataType(t *testing.T) {

cases := []struct {
dType schemapb.DataType
errIsNil bool
Expand Down

0 comments on commit 67a471e

Please sign in to comment.