Always show summary of reformatting

This commit is contained in:
Łukasz Langa 2018-06-04 15:20:18 -07:00
parent ed91dd4de6
commit ee02ebe3e9

View File

@ -334,9 +334,9 @@ def main(
) )
finally: finally:
shutdown(loop) shutdown(loop)
if verbose or not quiet: if verbose or not quiet:
out("All done! ✨ 🍰 ✨") out("All done! ✨ 🍰 ✨")
click.echo(str(report)) click.echo(str(report))
ctx.exit(report.return_code) ctx.exit(report.return_code)