Fix PEP8 style issues in bootstrap code#45121
Fix PEP8 style issues in bootstrap code#45121bors merged 3 commits intorust-lang:masterfrom johnthagen:pep8-bootstrap
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
setfunction where the code was indented with 6 spaces instead of 4.