spulec / pep8ify

A library that modifies python source code to conform to pep8.
Apache License 2.0
118 stars 12 forks source link

Correctly handle trailing semicolons and more fixtures #19

Closed htgoebel closed 10 years ago

htgoebel commented 10 years ago

Up to this change a trailing semicolon created a superfluous newline, while the semicolon should just have been removed. This is how it is done now.

spulec commented 10 years ago

Awesome!