Mercurial > public > mercurial-scm > hg-stable
diff tests/run-tests.py @ 27637:b502138f5faa
cleanup: remove superfluous space after space after equals (python)
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 31 Dec 2015 08:16:59 +0000 |
parents | 21b363bd87dc |
children | df142b77b4c2 |
line wrap: on
line diff
--- a/tests/run-tests.py Mon Jan 04 21:54:46 2016 -0800 +++ b/tests/run-tests.py Thu Dec 31 08:16:59 2015 +0000 @@ -1272,7 +1272,7 @@ self.warned = [] self.times = [] - self._firststarttime = None + self._firststarttime = None # Data stored for the benefit of generating xunit reports. self.successes = [] self.faildata = {}