Skip to content

Commit f84ddf1

Browse files
committed
fix: include a new line
1 parent 1c1b1d6 commit f84ddf1

File tree

1 file changed

+1
-0
lines changed
  • elixir/{{cookiecutter.app_name}}

1 file changed

+1
-0
lines changed

elixir/{{cookiecutter.app_name}}/mix.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ defmodule {{cookiecutter.app_module_name}}.MixProject do
2525
[
2626
{:bakeware, "~> 0.2"},
2727
{:spawn_sdk, "~> {{cookiecutter.spawn_sdk_version}}"},
28+
{# Forces a new line #}
2829
{%- if cookiecutter.spawn_app_statestore_type == "mariadb" -%}
2930
{:spawn_statestores_mariadb, "~> {{cookiecutter.spawn_sdk_version}}"}
3031
{%- elif cookiecutter.spawn_app_statestore_type == "mysql" -%}

0 commit comments

Comments
 (0)