Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed May 22, 2023
1 parent 0bd023a commit eb0d48d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -1029,7 +1029,6 @@ func (c *Client) ReadWithContext(ctx context.Context, req *ua.ReadRequest) (*ua.
var res *ua.ReadResponse
err := c.SendWithContext(ctx, req, func(v interface{}) error {
err := safeAssign(v, &res)

if err != nil {
return err
}
Expand Down

0 comments on commit eb0d48d

Please sign in to comment.