Chore: code style (#933)

This commit is contained in:
gVisor bot 2020-08-30 19:53:00 +08:00
parent b2d27b9a46
commit 4ede39a669

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
}