diff rhodecode/config/routing.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 a8c66e870bd0
children 87f0800abc7b
line wrap: on
line diff
--- a/rhodecode/config/routing.py	Thu Dec 29 06:59:07 2011 +0200
+++ b/rhodecode/config/routing.py	Thu Dec 29 07:35:51 2011 +0200
@@ -137,7 +137,7 @@
         m.connect('repo_as_fork', "/repo_as_fork/{repo_name:.*}",
                   action="repo_as_fork", conditions=dict(method=["PUT"],
                                                       function=check_repo))
-        
+
     with rmap.submapper(path_prefix=ADMIN_PREFIX,
                         controller='admin/repos_groups') as m:
         m.connect("repos_groups", "/repos_groups",