mirror of
https://gitclone.com/github.com/MetaCubeX/Clash.Meta
synced 2025-02-23 09:23:17 +08:00
Lint: simplify code
This commit is contained in:
parent
88c7ccf749
commit
d55e1b664b
@ -30,7 +30,7 @@ func (s *Selector) Now() string {
|
|||||||
|
|
||||||
func (s *Selector) All() []string {
|
func (s *Selector) All() []string {
|
||||||
var all []string
|
var all []string
|
||||||
for k, _ := range s.proxys {
|
for k := range s.proxys {
|
||||||
all = append(all, k)
|
all = append(all, k)
|
||||||
}
|
}
|
||||||
return all
|
return all
|
||||||
|
Loading…
Reference in New Issue
Block a user