-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Fix PEP8 style issues in bootstrap code #45121
Conversation
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aturon (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
Actually, @aturon wasn't available last week and is on PTO this week, so let's try.... |
@bors: r+ |
📌 Commit a263a78 has been approved by |
@bors: rollup |
☔ The latest upstream changes (presumably #45141) made this pull request unmergeable. Please resolve the merge conflicts. |
@alexcrichton I'll work on resolving these conflicts later today. |
Conflicts resolved. |
@bors: r+ rollup |
📌 Commit 3cb5294 has been approved by |
…ichton Fix PEP8 style issues in bootstrap code This fixes PEP8 style issues (other than line-length) in the bootstrap Python code. The most important fix is in the `set` function where the code was indented with 6 spaces instead of 4.
…ichton Fix PEP8 style issues in bootstrap code This fixes PEP8 style issues (other than line-length) in the bootstrap Python code. The most important fix is in the `set` function where the code was indented with 6 spaces instead of 4.
…ichton Fix PEP8 style issues in bootstrap code This fixes PEP8 style issues (other than line-length) in the bootstrap Python code. The most important fix is in the `set` function where the code was indented with 6 spaces instead of 4.
This fixes PEP8 style issues (other than line-length) in the bootstrap Python code.
The most important fix is in the
set
function where the code was indented with 6 spaces instead of 4.