From 7650b52e6b3c3ea09512917fcc827de23b9f8f2f Mon Sep 17 00:00:00 2001 From: Elad Gildnur Date: Wed, 9 Oct 2024 16:23:39 +0300 Subject: [PATCH] Fix lint --- protocol/performance/cache.go | 1 - 1 file changed, 1 deletion(-) diff --git a/protocol/performance/cache.go b/protocol/performance/cache.go index 0db0a499d2..0cfc7a2d0d 100644 --- a/protocol/performance/cache.go +++ b/protocol/performance/cache.go @@ -116,7 +116,6 @@ func InitCache(ctx context.Context, addr string) (*Cache, error) { address: addr, serviceCtx: ctx, }, err - } func (cache *Cache) GetEntry(ctx context.Context, relayCacheGet *pairingtypes.RelayCacheGet) (reply *pairingtypes.CacheRelayReply, err error) {