mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-05-19 00:18:19 +08:00
Chore: code style (#933)
This commit is contained in:
parent
b2d27b9a46
commit
4ede39a669
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user