From adf935ba537bf3b0821db6b0618bcffff7443fb5 Mon Sep 17 00:00:00 2001 From: Matt Fortier Date: Sun, 5 Feb 2017 11:59:19 +0800 Subject: [PATCH] fixed minor formatting issue in Makefile (#61) --- {{ cookiecutter.repo_name }}/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.repo_name }}/Makefile b/{{ cookiecutter.repo_name }}/Makefile index 33f1b57..4a58a71 100644 --- a/{{ cookiecutter.repo_name }}/Makefile +++ b/{{ cookiecutter.repo_name }}/Makefile @@ -66,7 +66,7 @@ test_environment: ################################################################################# -# Self Documenting Commands # +# Self Documenting Commands # ################################################################################# .DEFAULT_GOAL := show-help