Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
makramkd committed Aug 12, 2024
1 parent 15a38bd commit 7d34c69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/capabilities/ccip/delegate.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ import (
"time"

"github.com/shopspring/decimal"
"golang.org/x/exp/maps"

"github.com/smartcontractkit/chainlink-common/pkg/loop"
"github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/common"
configsevm "github.com/smartcontractkit/chainlink/v2/core/capabilities/ccip/configs/evm"
Expand All @@ -14,7 +16,6 @@ import (
"github.com/smartcontractkit/chainlink/v2/core/services/ocrcommon"
p2ptypes "github.com/smartcontractkit/chainlink/v2/core/services/p2p/types"
"github.com/smartcontractkit/chainlink/v2/core/services/registrysyncer"
"golang.org/x/exp/maps"

ragep2ptypes "github.com/smartcontractkit/libocr/ragep2p/types"

Expand Down

0 comments on commit 7d34c69

Please sign in to comment.