Commit afa4f187 authored by Michal Čihař's avatar Michal Čihař

Fix coding style

parent b1740db3
......@@ -1419,7 +1419,7 @@ class Translation(models.Model):
for check in CHECKS:
cnt = self.unit_set.filter_type(check).count()
if cnt > 0:
desc = CHECKS[check].description + (' (%d)' % cnt)
desc = CHECKS[check].description + (' (%d)' % cnt)
result.append((check, desc))
return result
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment