From 929b1675e3d222ffeaa6dc86bc60fb1353b4ed53 Mon Sep 17 00:00:00 2001 From: Skyxim Date: Tue, 7 Feb 2023 21:29:40 +0800 Subject: [PATCH] chore: avoid repeated wrapper --- constant/metadata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constant/metadata.go b/constant/metadata.go index f30426c1..3b55a8be 100644 --- a/constant/metadata.go +++ b/constant/metadata.go @@ -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 {