Skip to content

Commit

Permalink
sort.py: Remove whitespace in status output
Browse files Browse the repository at this point in the history
Co-authored-by: Kelvin M. Klann <[email protected]>
  • Loading branch information
rusty-snake and kmk3 committed Feb 15, 2021
1 parent e9ec31a commit f1121cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/sort.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def fix_profile(filename):

def main(args):
exit_code = 0
print(f"sort.py: checking {len(args)} {'profiles' if len(args) != 1 else 'profile'} ...")
print(f"sort.py: checking {len(args)} {'profiles' if len(args) != 1 else 'profile'}...")
for filename in args:
try:
if exit_code not in (1, 101):
Expand Down

0 comments on commit f1121cf

Please sign in to comment.