mirror of https://github.com/python/cpython
Fix whitespace.
This commit is contained in:
commit
4604580233
|
@ -653,7 +653,7 @@ os.close(fd)
|
||||||
q.put(addr)
|
q.put(addr)
|
||||||
clt, _ = sock.accept()
|
clt, _ = sock.accept()
|
||||||
clt.close()
|
clt.close()
|
||||||
|
|
||||||
@asyncio.coroutine
|
@asyncio.coroutine
|
||||||
def client(host, port):
|
def client(host, port):
|
||||||
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
|
reader, writer = yield from asyncio.open_connection(host, port, loop=self.loop)
|
||||||
|
|
Loading…
Reference in New Issue