Skip to content

Commit 2d01122

Browse files
committed
fix commas
1 parent 6110b50 commit 2d01122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bevy_api_gen/templates/footer.tera

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ impl bevy::app::Plugin for {{ "ScriptingPlugin" | prefix_cratename | convert_cas
3030
{{- arg.ident -}}
3131
{%- else -%}
3232
_{{- arg.ident -}}
33-
{%- endif -%}
33+
{%- endif -%},
3434
{%- endfor -%}
3535
).into();
3636
output

0 commit comments

Comments
 (0)