From a7ce6c31a242f255b1fd747a85eadf405054bb76 Mon Sep 17 00:00:00 2001 From: saattrupdan Date: Mon, 15 Jul 2024 16:20:05 +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 58a8f71..c46f778 100644 --- a/{{cookiecutter.project_name}}/makefile +++ b/{{cookiecutter.project_name}}/makefile @@ -5,7 +5,7 @@ # Exports all variables defined in the makefile available to scripts .EXPORT_ALL_VARIABLES: -{%- if cookiecutter.open_source == 'y' %} +{% if cookiecutter.open_source == 'y' -%} # This is a test {% endif -%}