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

every 'i += 1' should become 'i++' (or '++i') #33

Closed
itaibh opened this issue Feb 22, 2011 · 1 comment
Closed

every 'i += 1' should become 'i++' (or '++i') #33

itaibh opened this issue Feb 22, 2011 · 1 comment

Comments

@itaibh
Copy link

itaibh commented Feb 22, 2011

No description provided.

@dgrunwald
Copy link
Member

Replace 'i += 1' with 'i++'. Closed by e8f9feb.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants