Skip to content

Commit 3a3a8c1

Browse files
committed
trait things
1 parent 9724fd1 commit 3a3a8c1

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
@@ -36,7 +36,7 @@ impl ::bevy::app::Plugin for {{ "ScriptingPlugin" | prefix_cratename | convert_c
3636
_{{- arg.ident -}}
3737
{%- endif -%}
3838
{%- if arg.proxy_ty is matching("Val.*")-%}
39-
.into()
39+
.into_inner()
4040
{%- endif -%},
4141
{%- endfor -%}
4242
).into();

0 commit comments

Comments
 (0)