]> granicus.if.org Git - python/commitdiff
Fix whitespace.
authorGuido van Rossum <guido@python.org>
Mon, 19 Oct 2015 19:00:04 +0000 (12:00 -0700)
committerGuido van Rossum <guido@python.org>
Mon, 19 Oct 2015 19:00:04 +0000 (12:00 -0700)
Lib/test/test_asyncio/test_streams.py

index 1f375f0693414312e85bdaaabe74b8b2ba29fa71..6f657ad5f801ef3dee45013a8179b9bf560a7b03 100644 (file)
@@ -653,7 +653,7 @@ os.close(fd)
             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)