Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'continue' is unnecessary as the last statement in while loop #107

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

raksbisht
Copy link

'continue' is unnecessary as the last statement in while loop inside next() method

@dougwilson dougwilson added the pr label Feb 28, 2023
Copy link
Member

@wesleytodd wesleytodd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this was a result of this chage. My guess is all returns were swapped with continue. It is unnecessary I think but since CI passes I think it is alright to merge this even though typically I don't like landing changes like this which do not meaningfully do anything.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants