Skip to content

Commit b0a1ef0

Browse files
committed
Revert some formatting changes to files that there weren't any real changes to
1 parent e6968ad commit b0a1ef0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pkg/controllers/routing/utils.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,8 +155,7 @@ func getPodCIDRsFromAllNodeSources(node *v1core.Node) (podCIDRs []string) {
155155
// based upon whether it is an IPv4 address or an IPv6 address. Returns slash notation subnet as uint32 suitable for
156156
// sending to GoBGP and an error if it is unable to determine the subnet automatically
157157
func (nrc *NetworkRoutingController) getBGPRouteInfoForVIP(vip string) (subnet uint32, nh string,
158-
afiFamily gobgpapi.Family_Afi, err error,
159-
) {
158+
afiFamily gobgpapi.Family_Afi, err error) {
160159
ip := net.ParseIP(vip)
161160
if ip == nil {
162161
err = fmt.Errorf("could not parse VIP: %s", vip)

0 commit comments

Comments
 (0)