Skip to content

Commit

Permalink
use goimports format util.go
Browse files Browse the repository at this point in the history
Signed-off-by: dolibali <[email protected]>
  • Loading branch information
dolibali committed Sep 29, 2024
1 parent ee8d1f3 commit da70a4c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/ovs/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@ import (

kubeovnv1 "github.com/kubeovn/kube-ovn/pkg/apis/kubeovn/v1"

"github.com/kubeovn/kube-ovn/pkg/util"
"k8s.io/klog/v2"

"github.com/kubeovn/kube-ovn/pkg/util"
)

var addressSetNameRegex = regexp.MustCompile(`^[a-zA-Z_.][a-zA-Z_.0-9]*$`)
Expand Down

0 comments on commit da70a4c

Please sign in to comment.