Skip to content

Commit

Permalink
golangci-lint --fix (#14860)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmank88 authored Oct 21, 2024
1 parent e037fa4 commit 90f318b
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/capabilities/ccip/configs/evm/contract_reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"

"github.com/ethereum/go-ethereum/accounts/abi"

"github.com/smartcontractkit/chainlink/v2/core/gethwrappers/ccip/generated/rmn_home"

"github.com/smartcontractkit/chainlink-ccip/pkg/consts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -673,5 +673,4 @@ func NewOffRamp(lggr logger.Logger, addr common.Address, ec client.Client, lp lo
offchainConfig: cciptypes.ExecOffchainConfig{},
onchainConfig: cciptypes.ExecOnchainConfig{},
}, nil

}
1 change: 0 additions & 1 deletion core/services/relay/evm/llo_provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ func NewLLOProvider(
}.NewServiceEngine(lggr)

return p, nil

}

func (p *lloProvider) start(ctx context.Context) error {
Expand Down
1 change: 0 additions & 1 deletion core/services/workflows/models_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,6 @@ targets:

for _, tc := range testCases {
t.Run(tc.name, func(st *testing.T) {

spec, _, _, err := job.YAMLSpecFactory{}.Spec(testutils.Context(t), tc.yaml, "")
require.NoError(t, err)

Expand Down
1 change: 1 addition & 0 deletions core/web/loader/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"slices"

"github.com/graph-gophers/dataloader"

"github.com/smartcontractkit/chainlink/v2/common/types"
"github.com/smartcontractkit/chainlink/v2/core/chains"
"github.com/smartcontractkit/chainlink/v2/core/services/chainlink"
Expand Down
1 change: 1 addition & 0 deletions core/web/resolver/chain.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package resolver

import (
"github.com/graph-gophers/graphql-go"

"github.com/smartcontractkit/chainlink/v2/common/types"
)

Expand Down

0 comments on commit 90f318b

Please sign in to comment.