mirror of
https://github.com/cwinfo/yggdrasil-go.git
synced 2025-07-04 03:07:47 +00:00
Fix codefactor suggestion
This commit is contained in:
@ -308,9 +308,8 @@ func (l *links) add(u *url.URL, sintf string, linkType linkType) error {
|
||||
if linkType == linkTypePersistent {
|
||||
if backoffNow() {
|
||||
continue
|
||||
} else {
|
||||
return
|
||||
}
|
||||
return
|
||||
} else {
|
||||
break
|
||||
}
|
||||
|
Reference in New Issue
Block a user