chore: Fix fmt in #321

Replace all double spaces to tabs due to Go fmt proposal.
This commit is contained in:
H1JK
2023-01-07 12:24:28 +08:00
parent cd7134e309
commit fd48c6df8a
10 changed files with 75 additions and 71 deletions

View File

@ -100,7 +100,7 @@ func NewSelector(option *GroupCommonOption, providers []provider.ProxyProvider)
},
option.Filter,
option.ExcludeFilter,
option.ExcludeType,
option.ExcludeType,
providers,
}),
selected: "COMPATIBLE",