Skip to content

Commit

Permalink
style: fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: wangyizhi1 <[email protected]>
  • Loading branch information
wangyizhi1 committed Aug 31, 2023
1 parent eba7738 commit b5d84fc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/network-manager/helpers/network.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,6 @@ func BuildVxlanDevice(devName string, underlayIP string, destNetString string, b
}

func Intersect(net1 string, net2 string) bool {

_, ipNet1, err1 := net.ParseCIDR(net1)
_, ipNet2, err2 := net.ParseCIDR(net2)

Expand Down

0 comments on commit b5d84fc

Please sign in to comment.