Skip to content

Commit

Permalink
Ran go fmt so tests would pass
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Wyrick <Michael.Wyrick@caci.com>
  • Loading branch information
mjwaxios committed Dec 28, 2021
1 parent fd4c335 commit 1324428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ipam/dhcp/lease.go
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ func backoffRetry(resendMax time.Duration, f func() (*dhcp4.Packet, error)) (*dh
// only adjust delay time if we are in normal backoff stage
if baseDelay < resendMax && fastRetryLimit == 0 {
baseDelay *= 2
} else if fastRetryLimit == 0 { // only break if we are at normal delay
} else if fastRetryLimit == 0 { // only break if we are at normal delay
break
}
}
Expand Down

0 comments on commit 1324428

Please sign in to comment.