Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samsondav committed Nov 28, 2023
1 parent eac240c commit e359f42
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion core/services/relay/evm/mercury/wsrpc/cache/cache_set.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ import (
"sync"
"time"

"golang.org/x/exp/maps"

"github.com/smartcontractkit/chainlink-common/pkg/services"

"github.com/smartcontractkit/chainlink/v2/core/logger"
"golang.org/x/exp/maps"
)

// CacheSet holds a set of mercury caches keyed by server URL
Expand Down

0 comments on commit e359f42

Please sign in to comment.