From 37e0cecddcf75e85b1b60d11f7d82dbfa54ed2af Mon Sep 17 00:00:00 2001 From: Max Goodman Date: Thu, 17 May 2012 12:18:41 -0700 Subject: [PATCH] Whitespace. --- r2/r2/lib/js.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/r2/r2/lib/js.py b/r2/r2/lib/js.py index d57397061..b1adffa21 100755 --- a/r2/r2/lib/js.py +++ b/r2/r2/lib/js.py @@ -151,11 +151,11 @@ class StringsSource(Source): def get_source(self): from pylons.i18n import get_lang from r2.lib import strings, translation - + if self.lang: old_lang = get_lang() translation.set_lang(self.lang) - + data = {} if self.keys is not None: for key in self.keys: