Skip to content

Commit

Permalink
Clear trailing whitespaces across the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Mar 17, 2017
1 parent ac7982f commit dae9d48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cheroot/test/test_http.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ def test_post_multipart(self):

def test_post_filename_with_special_characters(self):
"""Test that we can handle filenames with special characters.
This was reported as a bug in:
https://github.com/cherrypy/cherrypy/issues/1146
https://github.com/cherrypy/cherrypy/issues/1397
Expand Down
2 changes: 1 addition & 1 deletion cheroot/test/webtest.py
Original file line number Diff line number Diff line change
Expand Up @@ -591,7 +591,7 @@ class ServerError(Exception):

def server_error(exc=None):
"""Server debug hook.
Return True if exception handled, False if ignored.
You probably want to wrap this, so you can still handle an error using
your framework when it's ignored.
Expand Down

0 comments on commit dae9d48

Please sign in to comment.