From 8a5b09d6f7fdb9bef39e74be1b0b8d2a886711d9 Mon Sep 17 00:00:00 2001 From: Kenshi Kawaguchi Date: Tue, 23 Dec 2014 14:12:39 -0700 Subject: [PATCH] Whitespace --- pelican/generators.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pelican/generators.py b/pelican/generators.py index 025f6a01..592c2aef 100644 --- a/pelican/generators.py +++ b/pelican/generators.py @@ -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 ]