fix jinja spacing

This commit is contained in:
Matthew Stobbs
2025-03-25 13:54:11 -06:00
parent 3174a2e8c1
commit 5fb7781945

View File

@@ -5,5 +5,5 @@
community.general.cargo:
name: "{{ pkg.name | default(pkg) }}"
version: "{{ pkg.vers | default(omit) }}"
path: "{{ path.cargo | default(path.prefix)}}"
path: "{{ path.cargo | default(path.prefix) }}"
locked: "{{ pkg.locked | default(omit) }}"