Skip to content

Commit

Permalink
Merge branch 'v1-feature-transport-grpc' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
dobyte committed Oct 25, 2022
2 parents 2696772 + 0df3620 commit c1a28aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/grpc/internal/client/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type Options struct {
}

func Dial(opts *Options) (*grpc.ClientConn, error) {
options := make([]grpc.DialOption, 1)
options := make([]grpc.DialOption, 0, 1)

if opts.IsSecure {
if opts.CertFile == "" {
Expand Down

0 comments on commit c1a28aa

Please sign in to comment.