Closed pantuza closed 5 years ago
This Pull Request has a very small and simple change. It simplifies a if statement by removing the else block once it has no logical effect on how code will execute.
if
else
It is a very small contribution. Thank you for this helpful project.
thanks @pantuza please rebase
@pantuza bump =)
Hey guys, I've resolved the merge conflict and rebased the changes. Hope that is what you were expecting.
This Pull Request has a very small and simple change. It simplifies a
if
statement by removing theelse
block once it has no logical effect on how code will execute.It is a very small contribution. Thank you for this helpful project.