Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
iansuvak committed Aug 21, 2024
1 parent 35eb4e1 commit 8a7c124
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion vms/evm/subscriber.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,12 @@ type subscriber struct {
}

// NewSubscriber returns a subscriber
func NewSubscriber(logger logging.Logger, blockchainID ids.ID, wsClient ethclient.Client, rpcClient ethclient.Client) *subscriber {
func NewSubscriber(
logger logging.Logger,
blockchainID ids.ID,
wsClient ethclient.Client,
rpcClient ethclient.Client,
) *subscriber {
return &subscriber{
blockchainID: blockchainID,
wsClient: wsClient,
Expand Down

0 comments on commit 8a7c124

Please sign in to comment.