Browse Source

Fix format

世界 3 years ago
parent
commit
c8424ed8fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      common/process/searcher_android.go

+ 1 - 1
common/process/searcher_android.go

@@ -4,7 +4,7 @@ import (
 	"context"
 	"net/netip"
 
-	tun "github.com/sagernet/sing-tun"
+	"github.com/sagernet/sing-tun"
 )
 
 var _ Searcher = (*androidSearcher)(nil)