mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
Revert some unneeded white space changes
This commit is contained in:
parent
c0db88a95c
commit
ad597b153c
1 changed files with 2 additions and 2 deletions
|
@ -220,8 +220,8 @@ class Messages(object):
|
||||||
else:
|
else:
|
||||||
raise NotmuchError
|
raise NotmuchError
|
||||||
next_indent = indent + 1
|
next_indent = indent + 1
|
||||||
|
|
||||||
#sys.stdout.write(set_end)
|
|
||||||
replies = msg.get_replies()
|
replies = msg.get_replies()
|
||||||
# if isinstance(replies, types.NoneType):
|
# if isinstance(replies, types.NoneType):
|
||||||
# break
|
# break
|
||||||
|
|
Loading…
Reference in a new issue