diff rhodecode/tests/test_libs.py @ 1818:cf51bbfb120e beta

auto white-space removal
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 29 Dec 2011 07:35:51 +0200
parents 54687aa00724
children 89efedac4e6c
line wrap: on
line diff
--- a/rhodecode/tests/test_libs.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/tests/test_libs.py	Thu Dec 29 07:35:51 2011 +0200
@@ -5,7 +5,7 @@
 
 
     Package for testing various lib/helper functions in rhodecode
-    
+
     :created_on: Jun 9, 2011
     :copyright: (C) 2009-2011 Marcin Kuzminski <marcin@python-works.com>
     :license: GPLv3, see COPYING for more details.
@@ -112,5 +112,3 @@
         s = ['2one_more22', 'D', 'MARCIN', 'first', 'lukaszb',
              'maRCiN', 'marcink', 'one']
         self.assertEqual(s, extract_mentioned_users(sample))
-
-