codestyle in ircv3.py

This commit is contained in:
jesopo 2020-04-02 23:07:09 +01:00
parent 5b4714ca1e
commit 8dde7b7216
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ class CAPContext(ServerContext):
if line.command == "CAP":
caps = self.server.collect_caps()
if caps:
await self.server.send(build("CAP",
["REQ", " ".join(caps)]))
await self.server.send(
build("CAP", ["REQ", " ".join(caps)]))
while caps:
line = await self.server.wait_for(ResponseOr(