diff rhodecode/model/forms.py @ 2815:acc05c33cc0c beta

White space cleanup
author Marcin Kuzminski <marcin@python-works.com>
date Thu, 06 Sep 2012 00:10:34 +0200
parents 3ed4dae499d0
children c0cc8f8a71b0
line wrap: on
line diff
--- a/rhodecode/model/forms.py	Thu Sep 06 00:06:39 2012 +0200
+++ b/rhodecode/model/forms.py	Thu Sep 06 00:10:34 2012 +0200
@@ -340,4 +340,4 @@
         pullrequest_title = v.UnicodeString(strip=True, required=True, min=3)
         pullrequest_desc = v.UnicodeString(strip=True, required=False)
 
-    return _PullRequestForm
\ No newline at end of file
+    return _PullRequestForm