Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.

Fix ineffective break statement #1439

Merged
merged 1 commit into from
Oct 9, 2018
Merged

Fix ineffective break statement #1439

merged 1 commit into from
Oct 9, 2018

Conversation

lelenanam
Copy link
Contributor

This break breaks the inner select only, to break for loop we can use return from the function since there is nothing after for loop here.

This break breaks the inner select only, to break for loop we can use return from the function since there is nothing after for loop here.
@squaremo squaremo merged commit 31869d3 into master Oct 9, 2018
@squaremo squaremo deleted the loop-break branch October 9, 2018 09:26
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants