Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: remove unneccessary line (#212)
* `nil` check line removed from the `newParserError`function. Because it is called from other functions after checking the `err` whether its value is `nil`. That's why no need to check it again inside the function. * This change will also increase the code coverage from 98.2% to 98.7% with Go's code coverage metrics. Signed-off-by: Gökhan Özeloğlu <[email protected]>
- Loading branch information