Skip to content

Commit

Permalink
Fix spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Apr 9, 2015
1 parent 8c18033 commit fd5f1c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# - https://docs.python.org/3/using/cmdline.html#cmdoption-m


{%- if cookiecutter.command_line_interface|lower == 'click' %}
{% if cookiecutter.command_line_interface|lower == 'click' -%}
@click.command()
@click.argument('names', nargs=-1)
def main(names):
Expand Down

0 comments on commit fd5f1c8

Please sign in to comment.