[Style] clear unless notes
This commit is contained in:
parent
39c3ca2b75
commit
b350055692
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue