-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Remove a loop which runs exactly once #65827
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
Conversation
The job Click to expand the log.
I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
r=me after making the line shorten than 100 chars to keep |
Can you squash the commits into just one? |
Ping from triage |
@bors r+ |
📌 Commit 159d8a4 has been approved by |
Remove a loop which runs exactly once Though the code seems to work properly, it is worth removing the loop entirely in order to not confuse the reader. r? @estebank
☀️ Test successful - checks-azure |
Though the code seems to work properly, it is worth removing the loop entirely in order to not confuse the reader.
r? @estebank