diff --git a/scaffoldforge/cli/commands.py b/scaffoldforge/cli/commands.py index 3075427..5a04867 100644 --- a/scaffoldforge/cli/commands.py +++ b/scaffoldforge/cli/commands.py @@ -203,4 +203,4 @@ def list_templates(ctx: click.Context, language: Optional[str]): templates = engine.list_available_templates(lang) click.echo(f"{lang}:") for t in templates: - click.echo(f" - {t}") + click.echo(f" - {t}") \ No newline at end of file