From 06d48dbea8fcf3601c9416ccdd398895b97e59c2 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Mon, 19 Oct 2015 12:00:04 -0700 Subject: Fix whitespace. --- Lib/test/test_asyncio/test_streams.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/test/test_asyncio/test_streams.py b/Lib/test/test_asyncio/test_streams.py index 1f375f0..6f657ad 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) -- cgit v0.12