From e99120d87d63f6cd786e6d92703e398f57078b5f Mon Sep 17 00:00:00 2001 From: Bruno Alla Date: Tue, 4 Jan 2022 17:49:40 +0000 Subject: [PATCH] Fix typo and trailing whitespaces --- {{cookiecutter.project_slug}}/.github/dependabot.yml | 4 ++-- .../.idea/{{cookiecutter.project_slug}}.iml | 6 +++--- .../{{cookiecutter.project_slug}}/templates/base.html | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/{{cookiecutter.project_slug}}/.github/dependabot.yml b/{{cookiecutter.project_slug}}/.github/dependabot.yml index cdc36543..cf88cf33 100644 --- a/{{cookiecutter.project_slug}}/.github/dependabot.yml +++ b/{{cookiecutter.project_slug}}/.github/dependabot.yml @@ -13,7 +13,7 @@ updates: {%- if cookiecutter.use_docker == 'y' %} # Enable version updates for Docker - # We need to specify each Dockerfile in a separate entry because Dependabot doesn't + # We need to specify each Dockerfile in a separate entry because Dependabot doesn't # support wildcards or recursively checking subdirectories. Check this issue for updates: # https://github.com/dependabot/dependabot-core/issues/2178 - package-ecosystem: "docker" @@ -38,7 +38,7 @@ updates: # Check for updates to GitHub Actions every weekday schedule: interval: "daily" - + # Enable version updates for Docker - package-ecosystem: "docker" # Look for a `Dockerfile` in the `compose/production/aws` directory diff --git a/{{cookiecutter.project_slug}}/.idea/{{cookiecutter.project_slug}}.iml b/{{cookiecutter.project_slug}}/.idea/{{cookiecutter.project_slug}}.iml index d408765a..289d9716 100644 --- a/{{cookiecutter.project_slug}}/.idea/{{cookiecutter.project_slug}}.iml +++ b/{{cookiecutter.project_slug}}/.idea/{{cookiecutter.project_slug}}.iml @@ -14,11 +14,11 @@ {% if cookiecutter.js_task_runner != 'None' %} - + - {% else %} - + {% else %} + {% endif %} diff --git a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html index 9089e3f8..e5087534 100644 --- a/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html +++ b/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/templates/base.html @@ -119,7 +119,7 @@ {% block inline_javascript %} {% comment %} Script tags with only code, no src (defer by default). To run - with a "defer" so that you run run inline code: + with a "defer" so that you run inline code: