python-discord / sir-robin

Our event bot, for managing community events.
MIT License
18 stars 14 forks source link

Fix trailing indented lines #39

Closed Bluenix2 closed 2 years ago

Bluenix2 commented 2 years ago

When formatting code, you may notice trailing lines with indents. This was because of yield n * " " + space().join(curr_chunk) which would generate an indent even if curr_chunk was empty.