Skip to content

Commit

Permalink
Delete space (#5)
Browse files Browse the repository at this point in the history
* Remove space
  • Loading branch information
zbud-msft authored Oct 21, 2022
1 parent 31cbf13 commit b7bc468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion show/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ def event_counters():
if table:
click.echo(tabulate(table, header, tablefmt='simple', stralign='right'))
else:
click.echo('No data available in COUNTERS_EVENTS\n')
click.echo('No data available in COUNTERS_EVENTS\n')


#
Expand Down

0 comments on commit b7bc468

Please sign in to comment.