Whitespace

This commit is contained in:
Kenshi Kawaguchi 2014-12-23 14:12:39 -07:00
commit 8a5b09d6f7

View file

@ -596,7 +596,7 @@ class ArticlesGenerator(CachingGenerator):
(
tag,
int(math.floor(steps - (steps - 1) * math.log(count)
/ (math.log(max_count)or 1)))
/ (math.log(max_count) or 1)))
)
for tag, count in tag_cloud
]