Skip to content

Commit

Permalink
review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed May 8, 2024
1 parent 53e7e58 commit 55f5b67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/storage/storage_handle.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ func NewStorageHandle(ctx context.Context, clientConfig storageutil.StorageClien
if clientConfig.EnableHNS {
clientOpts, err := createClientOptionForGRPCClient(&clientConfig)
if err != nil {
return nil, fmt.Errorf("Error in getting clientOpts for gRPC client: %w", err)
return nil, fmt.Errorf("error in getting clientOpts for gRPC client: %w", err)
}
controlClient, err = storageutil.CreateGRPCControlClient(ctx, clientOpts, &clientConfig)
if err != nil {
Expand Down

0 comments on commit 55f5b67

Please sign in to comment.