From be1aec5c77b5f5f7d16d57c48db05ddf58ce03ed Mon Sep 17 00:00:00 2001 From: asoliman Date: Wed, 18 Dec 2024 16:56:47 +0200 Subject: [PATCH] lint --- execute/exectypes/type_optimizer.go | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/execute/exectypes/type_optimizer.go b/execute/exectypes/type_optimizer.go index 012865a3..0bc5bb69 100644 --- a/execute/exectypes/type_optimizer.go +++ b/execute/exectypes/type_optimizer.go @@ -3,9 +3,11 @@ package exectypes import ( "encoding/json" "fmt" - cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3" - "golang.org/x/exp/maps" "sort" + + "golang.org/x/exp/maps" + + cciptypes "github.com/smartcontractkit/chainlink-ccip/pkg/types/ccipocr3" ) type ObservationOptimizer struct {