Skip to content

Commit

Permalink
Fix lint warn
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed Oct 13, 2023
1 parent b3da46c commit 6233ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/grpc/grpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Client struct {

var _ registry.Registry = (*Client)(nil)

// New returns Client
// New returns Client.
func New(cc grpc.ClientConnInterface) (*Client, error) {
cl := dewypb.NewRegistryServiceClient(cc)
return &Client{
Expand Down

0 comments on commit 6233ce0

Please sign in to comment.