From 76687d888577d52d48671cb2ebf0db9f1c094d8c Mon Sep 17 00:00:00 2001 From: Venu Vardhan Reddy Tekula Date: Sat, 10 Jul 2021 21:54:59 +0530 Subject: [PATCH] Formatting fix Signed-off-by: Venu Vardhan Reddy Tekula --- gareth/gareth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gareth/gareth.py b/gareth/gareth.py index 4fd37d7..786ef51 100644 --- a/gareth/gareth.py +++ b/gareth/gareth.py @@ -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)