Skip to content

Commit 564d909

Browse files
committed
am blind
1 parent e10702e commit 564d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/yew-functional-macro/tests/function_attr/generic-pass.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn compile_pass() {
3333
::yew::html! { <Comp<Props> a=10 /> };
3434
::yew::html! { <Comp1<usize, usize> /> };
3535

36-
::yew::html! { <ConstGenerics<10> };
36+
::yew::html! { <ConstGenerics<10> /> };
3737
}
3838

3939
fn main() {}

0 commit comments

Comments
 (0)