[Style] clear unless notes

This commit is contained in:
Skyxim 2022-01-21 22:38:28 +08:00
parent daf83eb6f7
commit 58a47e1835

View file

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