[Style] clear unless notes

This commit is contained in:
gVisor bot 2022-01-21 22:38:28 +08:00
parent 39c3ca2b75
commit b350055692

View file

@ -32,7 +32,7 @@ func getProvidersProxies(providers []provider.ProxyProvider, touch bool, filter
matchedProxies = append(matchedProxies, p) matchedProxies = append(matchedProxies, p)
} }
} }
//if no proxy matched, means bad filter, return all proxies
if len(matchedProxies) > 0 { if len(matchedProxies) > 0 {
return matchedProxies return matchedProxies
} else { } else {