From 42db022884bbf38c6fa224af3b877bf0e8b7d343 Mon Sep 17 00:00:00 2001 From: shireenrao Date: Wed, 11 May 2016 21:55:45 -0400 Subject: [PATCH] another try to fix whitespace --- {{cookiecutter.project_slug}}/dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/dev.yml b/{{cookiecutter.project_slug}}/dev.yml index 12c83d241..5941f32e5 100644 --- a/{{cookiecutter.project_slug}}/dev.yml +++ b/{{cookiecutter.project_slug}}/dev.yml @@ -35,7 +35,7 @@ services: - "8000:8000" links: - postgres - {%+ if cookiecutter.use_docker == 'y' %}- mailhog{% endif %} + {% if cookiecutter.use_docker == 'y' %}- mailhog{% endif %} {% if cookiecutter.use_pycharm == 'y' %} pycharm: