From bd48a2eb17a87e040c4216cb9fcbdda724797e07 Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Mon, 15 Jul 2024 16:22:40 +0200 Subject: [PATCH] chore: Trailing newline --- {{cookiecutter.project_name}}/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/makefile b/{{cookiecutter.project_name}}/makefile index c46f778..01e9816 100644 --- a/{{cookiecutter.project_name}}/makefile +++ b/{{cookiecutter.project_name}}/makefile @@ -7,7 +7,7 @@ {% if cookiecutter.open_source == 'y' -%} # This is a test -{% endif -%} +{%- endif %} # Create .env file if it does not already exist ifeq (,$(wildcard .env))