diff --git a/ennstatus/cli/commands/stats.py b/ennstatus/cli/commands/stats.py --- a/ennstatus/cli/commands/stats.py +++ b/ennstatus/cli/commands/stats.py @@ -120,12 +120,12 @@ def countries(obj, by_type): ) ) - click.echo( - 'We are hosted in %s different countries' % click.style( - str(len(countries.keys())), - fg='blue' - ) + click.echo( + 'We are hosted in %s different countries' % click.style( + str(len(countries.keys())), + fg='blue' ) + ) else: type_countries = { 'exit': defaultdict(int),