format: fix indentation level
Previous change got pushed without the fix by mistake.
--- a/hgext3rd/topic/__init__.py Thu Aug 02 02:15:48 2018 +0200
+++ b/hgext3rd/topic/__init__.py Thu Aug 02 02:41:33 2018 +0200
@@ -489,7 +489,7 @@
ui.status('active topic %r is now empty\n' % ct)
if ('phase' in getattr(tr, 'names', ())
or any(n.startswith('push-response')
- for n in getattr(tr, 'names', ()))):
+ for n in getattr(tr, 'names', ()))):
ui.status(_("(use 'hg topic --clear' to clear it if needed)\n"))
hint = _("(see 'hg help topics' for more information)\n")
if ctwasempty and not empty: