more style consistency

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2015-01-13 13:59:52 +01:00
parent 6fc9c36014
commit 41fa3ae4fc
5 changed files with 8 additions and 7 deletions

View File

@ -357,9 +357,8 @@ class IMAPRepository(BaseRepository):
self.ui.error(e, exc_info()[2],
'Invalid folderinclude:')
continue
retval.append(self.getfoldertype()(self.imapserver,
foldername,
self))
retval.append(self.getfoldertype()(
self.imapserver, foldername, self))
finally:
self.imapserver.releaseconnection(imapobj)