Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaBatty committed Jul 14, 2020
1 parent 9e50691 commit cb00202
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generative_design/random_and_noise/m_1_3_02.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn view(app: &App, model: &Model, frame: Frame) {
&flat_samples.as_slice(),
);

let draw = app.draw();
let draw = app.draw();
draw.texture(&model.texture);

// Write to the window frame.
Expand Down

0 comments on commit cb00202

Please sign in to comment.