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) {