Open n4ncy opened 6 years ago
The assignment of the err variable is totally trivial - You never actually use it effectively. To improve usage of this you could add a logging feature which logs err out, or even just return err and handle it some way. If not then just remove it.
err
Fancy doing a PR request?
@random-robbie maybe later
The assignment of the
err
variable is totally trivial - You never actually use it effectively. To improve usage of this you could add a logging feature which logserr
out, or even just returnerr
and handle it some way. If not then just remove it.