Skip to content

Commit 9c5104a

Browse files
author
Ariel Kass
committed
another attempt to reresolve linter issues #3
Signed-off-by: Ariel Kass <[email protected]>
1 parent 85c55d6 commit 9c5104a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ func New(address string, timeout time.Duration) (*Client, error) {
5050
client.Client = conn
5151
client.Timeout = timeout
5252

53-
return c, nil
53+
return client, nil
5454
}
5555

5656
// Probe the GRPC client once.

0 commit comments

Comments
 (0)