Fix codefactor suggestion

This commit is contained in:
Neil Alexander 2023-09-03 13:32:15 +01:00
parent 68d1036de8
commit 991ea8b876
No known key found for this signature in database
GPG Key ID: A02A2019A2BB0944

View File

@ -308,9 +308,8 @@ func (l *links) add(u *url.URL, sintf string, linkType linkType) error {
if linkType == linkTypePersistent { if linkType == linkTypePersistent {
if backoffNow() { if backoffNow() {
continue continue
} else {
return
} }
return
} else { } else {
break break
} }