Skip to content

Commit

Permalink
Fixing linter errors #2
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrug committed May 16, 2023
1 parent bca5b79 commit ab97741
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/services/relay/evm/mercury/queue.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ import (
"fmt"
"sync"

ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2/types"

"github.com/smartcontractkit/chainlink/v2/core/logger"
"github.com/smartcontractkit/chainlink/v2/core/services"
"github.com/smartcontractkit/chainlink/v2/core/services/relay/evm/mercury/wsrpc/pb"
ocrtypes "github.com/smartcontractkit/libocr/offchainreporting2/types"
)

var _ services.ServiceCtx = (*TransmitQueue)(nil)
Expand Down

0 comments on commit ab97741

Please sign in to comment.