Fix superfluous whitespace
This commit is contained in:
parent
c28c9b7a72
commit
447e593edb
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class Client(Connection):
|
||||||
|
|
||||||
if len(parts) != 4:
|
if len(parts) != 4:
|
||||||
raise RemoteException('Unexpected result from NEWGROUPS')
|
raise RemoteException('Unexpected result from NEWGROUPS')
|
||||||
|
|
||||||
yield RemoteNewsgroupSummary(parts[0],
|
yield RemoteNewsgroupSummary(parts[0],
|
||||||
int(parts[1]),
|
int(parts[1]),
|
||||||
int(parts[2]),
|
int(parts[2]),
|
||||||
|
|
Loading…
Add table
Reference in a new issue