mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-18 08:20:53 +00:00
Lint: simplify code
This commit is contained in:
parent
a3698e5345
commit
29be6f94ba
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ func (s *Selector) Now() string {
|
|||
|
||||
func (s *Selector) All() []string {
|
||||
var all []string
|
||||
for k, _ := range s.proxys {
|
||||
for k := range s.proxys {
|
||||
all = append(all, k)
|
||||
}
|
||||
return all
|
||||
|
|
Loading…
Add table
Reference in a new issue