Skip to content

Commit

Permalink
fix: include a new line
Browse files Browse the repository at this point in the history
  • Loading branch information
sleipnir committed Jul 4, 2024
1 parent 1c1b1d6 commit f84ddf1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elixir/{{cookiecutter.app_name}}/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ defmodule {{cookiecutter.app_module_name}}.MixProject do
[
{:bakeware, "~> 0.2"},
{:spawn_sdk, "~> {{cookiecutter.spawn_sdk_version}}"},
{# Forces a new line #}
{%- if cookiecutter.spawn_app_statestore_type == "mariadb" -%}
{:spawn_statestores_mariadb, "~> {{cookiecutter.spawn_sdk_version}}"}
{%- elif cookiecutter.spawn_app_statestore_type == "mysql" -%}
Expand Down

0 comments on commit f84ddf1

Please sign in to comment.