Fix clippy

This commit is contained in:
Jonathan Kelley 2023-07-05 15:33:25 -07:00
parent 60a873a49c
commit b5ccb56038
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ pub fn launch_with_props<P: 'static>(root: Component<P>, props: P, cfg: Config)
let handler = create_new_window(
cfg,
&event_loop,
event_loop,
&proxy,
VirtualDom::new_with_props(root, props),
&queue,