Mercurial > evolve
changeset 2004:410b7153480a
flake8: fix E127 style
author | Sean Farley <sean@farley.io> |
---|---|
date | Tue, 30 Aug 2016 14:10:16 -0700 |
parents | 61d595ce8994 |
children | 093af1c7d58d |
files | hgext3rd/topic/topicmap.py setup.cfg |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext3rd/topic/topicmap.py Tue Aug 30 14:12:49 2016 -0700 +++ b/hgext3rd/topic/topicmap.py Tue Aug 30 14:10:16 2016 -0700 @@ -127,7 +127,7 @@ if fh is None: fh = nullid if ((self.filteredhash == fh) - and (self.phaseshash == _phaseshash(repo, self.tiprev))): + and (self.phaseshash == _phaseshash(repo, self.tiprev))): return True return False except IndexError: