Fix lint problem

This commit is contained in:
ashly-right 2024-03-21 07:40:02 +01:00
parent 0ade3706a8
commit 81e7bd5adb
No known key found for this signature in database
GPG Key ID: 2C70FC9CFBECF3DE

View File

@ -518,5 +518,3 @@ func (g *URLTestGroup) selectRandomOutbound(network string) adapter.Outbound {
return bestOutbounds[randIndex]
}