Chore: code style (#933)

This commit is contained in:
Loyalsoldier 2020-08-30 19:53:00 +08:00 committed by GitHub
parent c9735ef75b
commit ad18064e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ func (u *URLTest) fast() C.Proxy {
}
// tolerance
if u.fastNode == nil || u.fastNode.LastDelay() > fast.LastDelay() + u.tolerance {
if u.fastNode == nil || u.fastNode.LastDelay() > fast.LastDelay()+u.tolerance {
u.fastNode = fast
}