mirror of
https://github.com/yggdrasil-network/yggdrasil-go.git
synced 2024-12-22 07:57:31 +00:00
Fix codefactor suggestion
This commit is contained in:
parent
68d1036de8
commit
991ea8b876
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user