diff tests/test_diff.py @ 832:e9af7eba88db

globally: clean up whitespace around operators and commas to conform with PEP8 Mostly autoformatted by Eclipse. A few manual corrections were performed where Eclipse's autoformatter did something non-idiomatic.
author Yonggang Luo <luoyonggang@gmail.com>
date Wed, 12 Oct 2011 15:35:25 +0800
parents 95abc4cfc78f
children 312b37bc5e20
line wrap: on
line diff
--- a/tests/test_diff.py
+++ b/tests/test_diff.py
@@ -33,7 +33,7 @@ class DiffTests(test_util.TestBase):
                             ])
         u = ui.ui()
         u.pushbuffer()
-        wrappers.diff(lambda x,y,z: None, u, self.repo, svn=True)
+        wrappers.diff(lambda x, y, z: None, u, self.repo, svn=True)
         self.assertEqual(u.popbuffer(), expected_diff_output)