Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 06d48db

Browse files
committed
Fix whitespace.
1 parent c44ecdf commit 06d48db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_asyncio/test_streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -653,7 +653,7 @@ def server():
653653
q.put(addr)
654654
clt, _ = sock.accept()
655655
clt.close()
656-
656+
657657
@asyncio.coroutine
658658
def client(host, port):
659659
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)

0 commit comments

Comments
 (0)