]> git.ozlabs.org Git - patchwork/blobdiff - apps/patchwork/tests/utils.py
Replace tab characters with spaces on .py files
[patchwork] / apps / patchwork / tests / utils.py
index 02c4bd498b2a3ae0555f498e9a02e85a8e547f71..35c4beb140e6df7d8a8dba2c5772957c33cbf4aa 100644 (file)
@@ -40,7 +40,7 @@ class defaults(object):
 
     patch_author = 'Patch Author <patch-author@example.com>'
     patch_author_person = Person(name = 'Patch Author',
-            email = 'patch-author@example.com')
+        email = 'patch-author@example.com')
 
     comment_author = 'Comment Author <comment-author@example.com>'