From 9b60fc5fcdf43572a0d63af7cf450ea5bc8fa27b Mon Sep 17 00:00:00 2001 From: Pierce Lopez Date: Sun, 31 Dec 2017 13:42:29 -0500 Subject: [PATCH] style fix: remove trailing whitespace --- maint/test/appengine/common/runtests.py | 2 +- tornado/httputil.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/maint/test/appengine/common/runtests.py b/maint/test/appengine/common/runtests.py index 2db8d1aba..364f97190 100644 --- a/maint/test/appengine/common/runtests.py +++ b/maint/test/appengine/common/runtests.py @@ -25,7 +25,7 @@ if __name__ == "__main__": "--skip_sdk_update_check", ], cwd=tornado_root) - + try: for i in xrange(50): with contextlib.closing(socket.socket()) as sock: diff --git a/tornado/httputil.py b/tornado/httputil.py index 8a3c9b18b..1799de598 100755 --- a/tornado/httputil.py +++ b/tornado/httputil.py @@ -942,7 +942,7 @@ def split_host_and_port(netloc): def qs_to_qsl(qs): - """Generator converting a result of ``parse_qs`` back to name-value pairs. + """Generator converting a result of ``parse_qs`` back to name-value pairs. .. versionadded:: 5.0 """ -- 2.47.2