We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6110b50 commit 2d01122Copy full SHA for 2d01122
crates/bevy_api_gen/templates/footer.tera
@@ -30,7 +30,7 @@ impl bevy::app::Plugin for {{ "ScriptingPlugin" | prefix_cratename | convert_cas
30
{{- arg.ident -}}
31
{%- else -%}
32
_{{- arg.ident -}}
33
- {%- endif -%}
+ {%- endif -%},
34
{%- endfor -%}
35
).into();
36
output
0 commit comments