Skip to content

Commit

Permalink
Fix lint issue
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <[email protected]>
  • Loading branch information
congqixia committed Jul 31, 2024
1 parent 4b7043e commit ea98de3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions states/inspect_primary_key.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ import (
"strings"

"github.com/cockroachdb/errors"
"github.com/minio/minio-go/v7"

"github.com/milvus-io/birdwatcher/framework"
"github.com/milvus-io/birdwatcher/models"
"github.com/milvus-io/birdwatcher/proto/v2.0/schemapb"
"github.com/milvus-io/birdwatcher/states/etcd/common"
etcdversion "github.com/milvus-io/birdwatcher/states/etcd/version"
"github.com/milvus-io/birdwatcher/storage"
"github.com/minio/minio-go/v7"
)

type InspectPKParam struct {
Expand Down Expand Up @@ -117,7 +118,6 @@ func (s *InstanceState) inspectRemote(ctx context.Context, p *InspectPKParam) (m
}

minioClient, bucketName, rootPath, err := s.GetMinioClientFromCfg(ctx, p.MinioAddress)

if err != nil {
fmt.Println("Failed to create folder,", err.Error())
}
Expand Down

0 comments on commit ea98de3

Please sign in to comment.