From db57118fbcd9d85482dc1061f8a1176088d04ca7 Mon Sep 17 00:00:00 2001 From: asoliman Date: Fri, 20 Dec 2024 17:21:12 +0200 Subject: [PATCH] linting --- execute/outcome.go | 3 ++- execute/plugin.go | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/execute/outcome.go b/execute/outcome.go index 7ce5a8be7..9f9c74bf8 100644 --- a/execute/outcome.go +++ b/execute/outcome.go @@ -3,9 +3,10 @@ package execute import ( "context" "fmt" - "github.com/smartcontractkit/chainlink-ccip/execute/internal" "sort" + "github.com/smartcontractkit/chainlink-ccip/execute/internal" + mapset "github.com/deckarep/golang-set/v2" "github.com/smartcontractkit/libocr/offchainreporting2plus/ocr3types" diff --git a/execute/plugin.go b/execute/plugin.go index 90d80a4ee..fd02e3fa9 100644 --- a/execute/plugin.go +++ b/execute/plugin.go @@ -5,9 +5,10 @@ import ( "context" "encoding/hex" "fmt" - "github.com/smartcontractkit/chainlink-ccip/execute/optimizers" "time" + "github.com/smartcontractkit/chainlink-ccip/execute/optimizers" + mapset "github.com/deckarep/golang-set/v2" "golang.org/x/exp/maps"