Skip to content

Commit

Permalink
chore: remove comment in internal/cmd/grpc.go
Browse files Browse the repository at this point in the history
Signed-off-by: George MacRorie <[email protected]>
  • Loading branch information
GeorgeMac committed Jun 11, 2024
1 parent d60f217 commit 762f638
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/cmd/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ type grpcRegisterers []grpcRegister

func (g *grpcRegisterers) Add(r grpcRegister) {
*g = append(*g, r)
//
}

func (g grpcRegisterers) RegisterGRPC(s *grpc.Server) {
Expand Down

0 comments on commit 762f638

Please sign in to comment.