[Python-checkins] cpython (3.4): Fix whitespace.

guido.van.rossum python-checkins at python.org
Mon Oct 19 15:01:14 EDT 2015


https://hg.python.org/cpython/rev/10ec45123dae
changeset:   98794:10ec45123dae
branch:      3.4
parent:      98791:17f76258d11d
user:        Guido van Rossum <guido at python.org>
date:        Mon Oct 19 12:00:04 2015 -0700
summary:
  Fix whitespace.

files:
  Lib/test/test_asyncio/test_streams.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_asyncio/test_streams.py b/Lib/test/test_asyncio/test_streams.py
--- a/Lib/test/test_asyncio/test_streams.py
+++ b/Lib/test/test_asyncio/test_streams.py
@@ -653,7 +653,7 @@
             q.put(addr)
             clt, _ = sock.accept()
             clt.close()
-        
+
         @asyncio.coroutine
         def client(host, port):
             reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list