Rev 3925: fix some odd spacing. in http://bzr.arbash-meinel.com/branches/bzr/jam-integration

John Arbash Meinel john at arbash-meinel.com
Tue Jan 6 15:12:16 GMT 2009


At http://bzr.arbash-meinel.com/branches/bzr/jam-integration

------------------------------------------------------------
revno: 3925
revision-id: john at arbash-meinel.com-20090106151157-1eb23rpqw10hal27
parent: john at arbash-meinel.com-20090106150929-2z675mps5t1p1t5g
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: jam-integration
timestamp: Tue 2009-01-06 09:11:57 -0600
message:
  fix some odd spacing.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_diff.py'
--- a/bzrlib/tests/test_diff.py	2009-01-06 15:09:29 +0000
+++ b/bzrlib/tests/test_diff.py	2009-01-06 15:11:57 +0000
@@ -1083,7 +1083,7 @@
                  'how are you today?\n']
         unified_diff = bzrlib.patiencediff.unified_diff
         psm = self._PatienceSequenceMatcher
-        self.assertEquals([ '--- \n',
+        self.assertEquals(['--- \n',
                            '+++ \n',
                            '@@ -1,3 +1,2 @@\n',
                            ' hello there\n',
@@ -1137,7 +1137,7 @@
                  'how are you today?\n']
         unified_diff = bzrlib.patiencediff.unified_diff
         psm = self._PatienceSequenceMatcher
-        self.assertEquals([ '--- a 2008-08-08\n',
+        self.assertEquals(['--- a 2008-08-08\n',
                            '+++ b 2008-09-09\n',
                            '@@ -1,3 +1,2 @@\n',
                            ' hello there\n',



More information about the bazaar-commits mailing list