fix: not enaugh whitespaces

This commit is contained in:
DavidOnTop 2024-01-28 12:18:14 +01:00
parent 7f40a7bc77
commit e13570eb2d
No known key found for this signature in database
GPG key ID: FAB914DDC2F180EB
2 changed files with 7 additions and 7 deletions

View file

@ -14,10 +14,10 @@ repository = "git@github.com:{{username}}/{{project-name}}.git"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
{%- endif -%}
{% if tracing -%}
{%- if tracing %}
tracing = "0.1"
tracing-subscriber = "0.3"
{%- endif -%}
{% if async -%}
{%- if async %}
tokio = { version = "1.0", features = ["full"] }
{%- endif -%}