more whitespace

This commit is contained in:
troido 2019-09-16 21:38:57 +02:00
parent c0d0d6acb2
commit 655f739bd9
1 changed files with 4 additions and 2 deletions

View File

@ -89,8 +89,10 @@ class Client:
fieldCells = field['field']
mapping = field['mapping']
self.display.drawFieldCells(
(tuple(reversed(divmod(i, fieldWidth))),
mapping[spr])
(
tuple(reversed(divmod(i, fieldWidth))),
mapping[spr]
)
for i, spr in enumerate(fieldCells))
if msgType == 'changecells' and len(msg[1]):