mirror of
https://github.com/italicsjenga/vello.git
synced 2025-01-08 20:01:30 +11:00
Cargo fmt
This commit is contained in:
parent
f4a2fc616b
commit
6fc1ed8e13
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue