Cargo fmt

This commit is contained in:
Raph Levien 2023-04-29 08:16:28 -07:00
parent f4a2fc616b
commit 6fc1ed8e13

View file

@ -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.