Skip to content

Commit

Permalink
Formatting fix
Browse files Browse the repository at this point in the history
Signed-off-by: Venu Vardhan Reddy Tekula <[email protected]>
  • Loading branch information
vchrombie committed Jul 10, 2021
1 parent 0eb784b commit 76687d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gareth/gareth.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ def create_dev_setup(token, source):
source_path = os.path.join(os.getcwd(), source)

for repository in REPOS:
click.echo("{}...".format(repository), nl=False)
click.echo("{} ...".format(repository), nl=False)

change_the_directory(source_path)

Expand Down

0 comments on commit 76687d8

Please sign in to comment.