aboutsummaryrefslogtreecommitdiff
path: root/rhodecode/tests/test_libs.py
diff options
context:
space:
mode:
authorMarcin Kuzminski <marcin@python-works.com>2012-10-09 00:14:41 +0200
committerMarcin Kuzminski <marcin@python-works.com>2012-10-09 00:14:41 +0200
commit547635a5a9633674896d58eba8859d3f12e5d002 (patch)
tree1c5790079c8d856bbc47b2878d86e28714a36308 /rhodecode/tests/test_libs.py
parenta0641c41526417bd5f2b8208b682dd108a350aee (diff)
white space cleanup
--HG-- branch : beta
Diffstat (limited to 'rhodecode/tests/test_libs.py')
-rw-r--r--rhodecode/tests/test_libs.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rhodecode/tests/test_libs.py b/rhodecode/tests/test_libs.py
index 5146f798..7dccaa21 100644
--- a/rhodecode/tests/test_libs.py
+++ b/rhodecode/tests/test_libs.py
@@ -210,4 +210,3 @@ class TestLibs(unittest.TestCase):
em = 'test@foo.com'
grav = gravatar_url(email_address=em, size=24)
assert grav == 'https://server.com/%s/%s' % (_md5(em), 24)
-