From: Guido van Rossum Date: Mon, 19 Oct 2015 19:00:04 +0000 (-0700) Subject: Fix whitespace. X-Git-Tag: v3.5.1rc1~147^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06d48dbea8fcf3601c9416ccdd398895b97e59c2;p=python Fix whitespace. --- diff --git a/Lib/test/test_asyncio/test_streams.py b/Lib/test/test_asyncio/test_streams.py index 1f375f0693..6f657ad5f8 100644 --- a/Lib/test/test_asyncio/test_streams.py +++ b/Lib/test/test_asyncio/test_streams.py @@ -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)