Skip to content

Commit

Permalink
Fix goimport
Browse files Browse the repository at this point in the history
Signed-off-by: pritamdas99 <[email protected]>
  • Loading branch information
pritamdas99 committed Aug 30, 2024
1 parent 7832566 commit 07ec5f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solr/kubedb_client_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ import (
"crypto/tls"
"crypto/x509"
"errors"
"k8s.io/klog/v2"
"net"
"net/http"
"time"

"k8s.io/klog/v2"

"github.com/Masterminds/semver/v3"
gerr "github.com/pkg/errors"
core "k8s.io/api/core/v1"
Expand Down

0 comments on commit 07ec5f5

Please sign in to comment.