mirror of
https://github.com/MetaCubeX/Clash.Meta.git
synced 2025-04-20 01:00:56 +00:00
chore: avoid repeated wrapper
This commit is contained in:
parent
ce0f69d6ed
commit
7818213bc8
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ func (m *Metadata) SourceAddress() string {
|
|||
|
||||
func (m *Metadata) SourceDetail() string {
|
||||
if m.Type == INNER {
|
||||
return fmt.Sprintf("[%s]", ClashName)
|
||||
return fmt.Sprintf("%s", ClashName)
|
||||
}
|
||||
|
||||
switch {
|
||||
|
|
Loading…
Add table
Reference in a new issue