mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 12:42:27 +08:00
[Style] clear unless notes
This commit is contained in:
parent
daf83eb6f7
commit
58a47e1835
@ -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 New Issue
Block a user