Trim trailing whitespace

This commit is contained in:
Ian Cordasco 2016-05-16 08:17:51 -05:00
parent 89762b9dd1
commit 99030223a4

View file

@ -27,7 +27,7 @@ also was required to take over parsing and processing files for the checkers
to use. Since we couldn't reuse pycodestyle's functionality (since it did not to use. Since we couldn't reuse pycodestyle's functionality (since it did not
separate cleanly the processing from check running) we isolated that function separate cleanly the processing from check running) we isolated that function
into the :class:`~flake8.processor.FileProcessor` class. Further, we moved into the :class:`~flake8.processor.FileProcessor` class. Further, we moved
several helper functions into the :mod:`flake8.processor` module (see also several helper functions into the :mod:`flake8.processor` module (see also
:ref:`Processor Utility Functions <processor_utility_functions>`). :ref:`Processor Utility Functions <processor_utility_functions>`).