Uh oh!
There was an error while loading. Please reload this page.
Fix PEP8 style issues in bootstrap code - #45121
Conversation
rust-highfive
commented
Oct 9, 2017
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. |
carols10cents
commented
Oct 9, 2017
Actually, @aturon wasn't available last week and is on PTO this week, so let's try.... |
alexcrichton
commented
Oct 9, 2017
@bors: r+ |
bors
commented
Oct 9, 2017
📌 Commit a263a78 has been approved by |
alexcrichton
commented
Oct 9, 2017
@bors: rollup |
bors
commented
Oct 10, 2017
☔ The latest upstream changes (presumably #45141) made this pull request unmergeable. Please resolve the merge conflicts. |
johnthagen
commented
Oct 10, 2017
@alexcrichton I'll work on resolving these conflicts later today. |
johnthagen
commented
Oct 11, 2017
Conflicts resolved. |
alexcrichton
commented
Oct 11, 2017
@bors: r+ rollup |
bors
commented
Oct 11, 2017
📌 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.