Skip to content

Commit

Permalink
Formatted a line correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
esuwu committed Jan 13, 2025
1 parent a873866 commit 45523aa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmd/node/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -844,7 +844,8 @@ func runBlockchainUpdatesPlugin(
}
}()

return blockchaininfo.NewBlockchainUpdatesExtension(ctx, l2address, updatesChannel, requestsChannel, bUpdatesExtensionState), nil
return blockchaininfo.NewBlockchainUpdatesExtension(ctx, l2address, updatesChannel,
requestsChannel, bUpdatesExtensionState), nil
}

func FromArgs(scheme proto.Scheme, c *config) func(s *settings.NodeSettings) error {
Expand Down

0 comments on commit 45523aa

Please sign in to comment.