Skip to content
Snippets Groups Projects
Commit b75c7296 authored by Jake Taylor's avatar Jake Taylor
Browse files

fmt

parent 0587be89
No related branches found
No related tags found
1 merge request!53Release
......@@ -205,7 +205,7 @@ func (h *HostPool) initialize(startIdx uint32) error {
}
numGatewaysToTry := h.poolParams.MaxPings
numGateways := uint32(len(randomGateways))
if numGatewaysToTry>numGateways{
if numGatewaysToTry > numGateways {
numGatewaysToTry = numGateways
}
resultList := make([]gatewayDuration, 0, numGatewaysToTry)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment