From 146f6ae1e62a5ba45c65edf11e53f847913c2eed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Do=C4=9Fan=20Can=20Bak=C4=B1r?= Date: Sun, 15 Sep 2024 15:49:10 +0300 Subject: [PATCH] fix lint --- pkg/protocols/common/hosterrorscache/hosterrorscache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/protocols/common/hosterrorscache/hosterrorscache.go b/pkg/protocols/common/hosterrorscache/hosterrorscache.go index 90c9730e7f..bcfa27dbe4 100644 --- a/pkg/protocols/common/hosterrorscache/hosterrorscache.go +++ b/pkg/protocols/common/hosterrorscache/hosterrorscache.go @@ -88,7 +88,6 @@ func (c *Cache) NormalizeCacheValue(value string) string { } normalizedValue = u.Host - err = nil } else { port := u.Port() if port == "" {