Skip to content

Commit

Permalink
cosmetic changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cristure committed Apr 23, 2024
1 parent 6fa0e69 commit 3ee852c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions service/hyperOutportBlock/blockService.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ type Service struct {
data.UnimplementedHyperOutportBlockServiceServer
}

// NewService returns a new instance of the hyperOutportBlock service.
func NewService(blocksHandler process.GRPCBlocksHandler) (*Service, error) {
if check.IfNil(blocksHandler) {
return nil, process.ErrNilOutportBlockData
Expand Down

0 comments on commit 3ee852c

Please sign in to comment.