From 6fc1ed8e13dd5e2442be35320c4ab3ba90f64257 Mon Sep 17 00:00:00 2001 From: Raph Levien Date: Sat, 29 Apr 2023 08:16:28 -0700 Subject: [PATCH] Cargo fmt --- examples/with_winit/src/lib.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/examples/with_winit/src/lib.rs b/examples/with_winit/src/lib.rs index 5b897b5..985f42a 100644 --- a/examples/with_winit/src/lib.rs +++ b/examples/with_winit/src/lib.rs @@ -300,7 +300,9 @@ fn run( interactive: true, complexity, }; - example_scene.function.render(&mut builder, &mut scene_params); + example_scene + .function + .render(&mut builder, &mut scene_params); // If the user specifies a base color in the CLI we use that. Otherwise we use any // color specified by the scene. The default is black.